fix font overrides
This commit is contained in:
parent
e202f18720
commit
54298927da
3 changed files with 7 additions and 6 deletions
|
|
@ -27,6 +27,7 @@ export default {
|
|||
},
|
||||
emits: ['update:modelValue'],
|
||||
data() {
|
||||
console.log(this.fallback)
|
||||
return {
|
||||
manualEntry: false,
|
||||
availableOptions: [
|
||||
|
|
@ -45,7 +46,7 @@ export default {
|
|||
},
|
||||
computed: {
|
||||
present() {
|
||||
return typeof this.modelValue !== 'undefined'
|
||||
return this.modelValue != null
|
||||
},
|
||||
localFontsList() {
|
||||
return useInterfaceStore().localFonts
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue