module.exports = { rules: { /** * prop 必须有类型限制 * @reason 类型相关的约束交给 TypeScript */ 'vue/require-prop-types': 'off', }, }