0.0.1 • Published 4 years ago
slotbox v0.0.1
demo
Project setup
yarn installCompiles and hot-reloads for development
yarn serveCompiles and minifies for production
yarn buildLints and fixes files
yarn lintCustomize configuration
Cannot read property ‘range’ of null
解决方案: 在项目根目录下,创建 .eslintrc.js 文件,添加如下规则:
module.exports = {
rules : {
"template-curly-spacing" : "off",
indent : "off"
}
}