diff --git a/package.json b/package.json index a63c0e8..79e21c0 100644 --- a/package.json +++ b/package.json @@ -9,6 +9,7 @@ }, "dependencies": { "@popperjs/core": "2.11.5", + "@trevoreyre/autocomplete-vue": "^2.4.1", "bootstrap": "5.1.3", "pinia": "2.0.14", "prismjs": "1.28.0", diff --git a/src/App.vue b/src/App.vue index ab0ef2b..c22554b 100644 --- a/src/App.vue +++ b/src/App.vue @@ -14,6 +14,7 @@ Coded by www.creative-tim.com * The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. */ import { RouterView } from "vue-router"; +import 'vue-select/dist/vue-select.css';