富茂A端打印模板内嵌编辑器
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

6 个月前
12345678910111213141516
  1. // https://eslint.org/docs/user-guide/configuring
  2. module.exports = {
  3. "extends": [
  4. "standard",
  5. "plugin:vue/recommended"
  6. ],
  7. "rules": {
  8. "semi": "off",
  9. "no-new": "off",
  10. "vue/valid-template-root": "off",
  11. "vue/require-default-prop": "off",
  12. "vue/require-prop-types": "off"
  13. }
  14. }