fix: 调整格式

This commit is contained in:
jiangweidong
2023-02-17 15:32:05 +08:00
committed by Jiangjie.Bai
parent d4debd20c4
commit e5c9e339e9
2 changed files with 3 additions and 3 deletions

View File

@@ -27,7 +27,8 @@ export default {
props: {
object: {
type: Object,
default: () => {}
default: () => {
}
}
},
data() {

View File

@@ -19,8 +19,7 @@ export default {
props: {
object: {
type: Object,
default: () => {
}
default: () => {}
}
},
data() {