module.exports = { extends: [ 'standard', 'plugin:vue/recommended'], rules: { 'vue/valid-v-model':'warning' } }