摘要:
例子 vue中eventbus被多次触发(vue中使用eventbus踩过的坑)【bus.$on事件被多次绑定】 问题描述:只要页面没有强制刷新,存在组件切换,bus.$on方法会被多次绑定,造成事件多次触发 触发bus.$on中绑定的方法.png bus.$on多次绑定.png 解决办法一:在每次 阅读全文
摘要:
switch (actsure) { case 0: (() => { chetype = '' })() break; case 1: (() => { chetype = 1 })() break; case 2: (() => { chetype = 0 })() break; } 阅读全文
摘要:
https://blog.csdn.net/TurtleOrange/article/details/89518721 https://www.jianshu.com/p/0f6fb67b3e3e v-for和v-if不应该一起使用,必要情况下应该替换成computed属性。 原因:v-for比v- 阅读全文
摘要:
https://www.jianshu.com/p/744691eeb8f0 阅读全文
摘要:
https://www.cnblogs.com/cx-code/p/10059109.html https://help.aliyun.com/document_detail/98576.html?spm=a2c4g.11186623.2.8.20b8625av8d8ur#concept-omf-l 阅读全文