wip
This commit is contained in:
parent
283c64e6f1
commit
61b95e0c26
11 changed files with 179 additions and 121 deletions
|
|
@ -26,7 +26,7 @@ export default function<T extends object>(data: {
|
|||
},
|
||||
data() {
|
||||
return {
|
||||
props: data.props || {}
|
||||
props: data.props || {} as T
|
||||
};
|
||||
},
|
||||
watch: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue