refactor(#10336): bind to local args
This commit is contained in:
parent
0960d61ce2
commit
f39b5be064
14 changed files with 26 additions and 15 deletions
|
|
@ -15,7 +15,7 @@ export const Empty = {
|
|||
computed: {
|
||||
props() {
|
||||
return {
|
||||
...args,
|
||||
...this.args,
|
||||
};
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue