vue脚手架学习复盘

vue脚手架学习复盘

3.26问题

You may use special comments to disable some warnings.
Use // eslint-disable-next-line to ignore the next line.
Use /* eslint-disable */ to ignore all warnings in a file.
ERROR in
D:\webproject\vueTest\vue_test\src\components\School.vue
  10:1  error  Mixed spaces and tabs                                no-mixed-spaces-and-tabs
  11:8  error  Component name "School" should always be multi-word  vue/multi-word-component-names

D:\webproject\vueTest\vue_test\src\components\Student.vue
  10:8  error  Component name "Student" should always be multi-word  vue/multi-word-component-names

✖ 3 problems (3 errors, 0 warnings)

今天是脚手架的入门。跟学遇到两个错误,已解决

  1. Mixed spaces and tabs :混用tab以及空格键,调节缩进即可

  2. Component name "School" should always be multi-word vue/multi-word-component-names:现在的版本不允许组件使用单个单词起名。在vue.config.js文件中配置lintOnSave:false 即可

    const { defineConfig } = require('@vue/cli-service')
    module.exports = defineConfig({
      transpileDependencies: true,
      lintOnSave:false
    })
    

持续更(跟学尚硅谷教程)

  • 1
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值