Guest User

Untitled

a guest
Feb 14th, 2018
1,539
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. vs code 里面 如何 去掉 invalid-end-tag 的lint错误
  2. .eslintrc.js
  3. rules:{
  4. 'vue/no-parsing-error': [2, {
  5. "x-invalid-end-tag": false
  6. }]
  7. }
  8.  
  9. settings 里面的配置:
  10. "vetur.validation.template": false
Add Comment
Please, Sign In to add comment