mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-06-19 04:01:33 +08:00
fix(ui): default拼写错误
This commit is contained in:
parent
efef69e8ff
commit
ce5ac67b2d
@ -17,7 +17,7 @@ export default defineComponent({
|
||||
props: {
|
||||
config: {
|
||||
type: Object as PropType<MPage>,
|
||||
defautl: () => ({}),
|
||||
default: () => ({}),
|
||||
},
|
||||
},
|
||||
|
||||
|
@ -16,7 +16,7 @@ export default defineComponent({
|
||||
props: {
|
||||
config: {
|
||||
type: Object as PropType<MPage>,
|
||||
defautl: () => ({}),
|
||||
default: () => ({}),
|
||||
},
|
||||
},
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user