Skip to content

Commit

Permalink
fix: 解决 data 与 methods 存在相同属性导致 vue 警告 (#147)
Browse files Browse the repository at this point in the history
Co-authored-by: ZZQChongYa <zhengziqiang@star-net.cn>
  • Loading branch information
SaberA1ter and ZZQChongYa authored Sep 15, 2022
1 parent 6878f24 commit bf37422
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/wujie-vue3/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ const wujieVueOptions = {
},
data() {
return {
destroy: null,
startAppQueue: Promise.resolve(),
};
},
Expand Down

0 comments on commit bf37422

Please sign in to comment.