简介
该用户还未填写简介
擅长的技术栈
未填写擅长的技术栈
可提供的服务
暂无可提供的服务
ESLint 检测vue的ES6字符串模板
//错误代码app.$watch('text', (newText, oldText) => {console.log('${newText} : ${oldText}')})//报错36:15errorUnexpected template string expressionno-template-curly-in-string//*ES6的新语法,小撇号 使...
到底了