JInput组件默认去除前后空格改为true

This commit is contained in:
zer0Black
2022-02-02 14:03:10 +08:00
parent 7aec8e1799
commit 1a3a92db2d
+1 -1
View File
@@ -37,7 +37,7 @@
trim: {
type: Boolean,
required: false,
default: false
default: true
},
},
data(){