摘要:
父组件: export default{ data () { return { who: 'aboutUs', // 切换弹框 bindSuccess: false // 关于我们状态 } }, data () { return { who: 'aboutUs', // 切换弹框 bindSucce 阅读全文
摘要:
4常用规则 类别描述 Possible Errors 可能的错误或逻辑错误 no-cond-assign 禁止条件表达式中出现模棱两可的赋值操作符 no-console 禁用console no-constant-condition 禁止在条件中使用常量表达式 no-debugger 禁用 debu 阅读全文