Fork me on GitHub
摘要: 父组件: export default{ data () { return { who: 'aboutUs', // 切换弹框 bindSuccess: false // 关于我们状态 } }, data () { return { who: 'aboutUs', // 切换弹框 bindSucce 阅读全文
posted @ 2018-01-03 12:01 广东靓仔-啊锋 阅读(1721) 评论(0) 推荐(0) 编辑
摘要: 4常用规则 类别描述 Possible Errors 可能的错误或逻辑错误 no-cond-assign 禁止条件表达式中出现模棱两可的赋值操作符 no-console 禁用console no-constant-condition 禁止在条件中使用常量表达式 no-debugger 禁用 debu 阅读全文
posted @ 2018-01-03 09:49 广东靓仔-啊锋 阅读(16973) 评论(2) 推荐(0) 编辑