refactor(#10336): bind to local args

This commit is contained in:
Acid Chicken (硫酸鶏)
2023-04-01 16:35:05 +09:00
parent 0960d61ce2
commit f39b5be064
14 changed files with 26 additions and 15 deletions

View File

@@ -17,7 +17,7 @@ export const Default = {
computed: {
props() {
return {
...args,
...this.args,
};
},
},