diff --git a/package.json b/package.json index 8362c1c5..ce827f98 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,8 @@ "vue": "^2.6.10", "vue-cli-plugin-yaml": "^1.0.2", "vue-js-modal": "^2.0.0-rc.6", - "vue-router": "^3.0.3" + "vue-router": "^3.0.3", + "vue-select": "^3.11.2" }, "devDependencies": { "@vue/cli-plugin-babel": "^3.10.0", @@ -44,7 +45,8 @@ "airbnb-base" ], "rules": { - "import/no-unresolved": "off" + "import/no-unresolved": "off", + "arrow-parens": 0 }, "parserOptions": { "parser": "babel-eslint" @@ -59,4 +61,4 @@ "> 1%", "last 2 versions" ] -} +} \ No newline at end of file diff --git a/src/App.vue b/src/App.vue index 4b1da7ae..ad81cbe7 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,5 +1,5 @@