fixes interface "trim" defaults (#14709)

This commit is contained in:
Brainslug
2022-07-28 23:41:33 +02:00
committed by GitHub
parent 15be1c60b0
commit 8740f5e044
2 changed files with 2 additions and 2 deletions

View File

@@ -45,7 +45,7 @@ export default defineComponent({
},
trim: {
type: Boolean,
default: true,
default: false,
},
font: {
type: String as PropType<'sans-serif' | 'serif' | 'monospace'>,

View File

@@ -72,7 +72,7 @@ export default defineComponent({
},
trim: {
type: Boolean,
default: true,
default: false,
},
font: {
type: String as PropType<'sans-serif' | 'serif' | 'monospace'>,