✌️
This commit is contained in:
parent
d91679ddde
commit
59834220c1
4 changed files with 20 additions and 17 deletions
|
|
@ -12,6 +12,10 @@ export default function<T extends object>(data: {
|
|||
isMobile: {
|
||||
type: Boolean,
|
||||
default: false
|
||||
},
|
||||
isCustomizeMode: {
|
||||
type: Boolean,
|
||||
default: false
|
||||
}
|
||||
},
|
||||
computed: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue