chore(client): tweak style
This commit is contained in:
parent
2b1e03cc64
commit
8648308823
3 changed files with 4 additions and 3 deletions
|
|
@ -16,8 +16,8 @@ import copyToClipboard from '@/scripts/copy-to-clipboard';
|
|||
import * as os from '@/os';
|
||||
|
||||
const props = withDefaults(defineProps<{
|
||||
copy: string | null;
|
||||
oneline: boolean;
|
||||
copy?: string | null;
|
||||
oneline?: boolean;
|
||||
}>(), {
|
||||
copy: null,
|
||||
oneline: false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue