fix not defaulting to hardcoded defaults
This commit is contained in:
parent
6a8abf1b32
commit
18b10ea042
6 changed files with 26 additions and 31 deletions
|
|
@ -21,14 +21,7 @@ export default {
|
|||
Popover,
|
||||
LocalSettingIndicator,
|
||||
},
|
||||
props: [
|
||||
'name',
|
||||
'label',
|
||||
'modelValue',
|
||||
'fallback',
|
||||
'options',
|
||||
'no-inherit',
|
||||
],
|
||||
props: ['name', 'label', 'modelValue', 'fallback', 'options', 'no-inherit'],
|
||||
mounted() {
|
||||
useInterfaceStore().queryLocalFonts()
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue