added search type dropdown with vue-select

This commit is contained in:
2020-07-16 15:59:05 +02:00
parent 9a4f839fc1
commit 0f48e600b9
5 changed files with 223 additions and 62 deletions
+2
View File
@@ -18,12 +18,14 @@
"author": "Daniel Cook",
"license": "MIT",
"dependencies": {
"@popperjs/core": "^2.4.4",
"axios": "^0.18.1",
"vue": "^2.6.10",
"vue-infinite-loading": "^2.4.5",
"vue-meta": "^1.6.0",
"vue-router": "^3.1.3",
"vue-scrollto": "^2.18.1",
"vue-select": "^3.10.7",
"vuex": "^3.1.1",
"vuex-router-sync": "^5.0.0"
},