added persistent search settings and tweaked view

This commit is contained in:
vabene1111
2021-04-26 18:00:54 +02:00
parent dc27f39393
commit 5ee718b578
18 changed files with 605 additions and 28 deletions

29
node_modules/vue-cookies/package.json generated vendored Normal file
View File

@@ -0,0 +1,29 @@
{
"name": "vue-cookies",
"version": "1.7.4",
"description": "A simple Vue.js plugin for handling browser cookies",
"main": "vue-cookies.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cmp-cc/vue-cookies.git"
},
"keywords":[
"javascript",
"vue",
"cookie",
"cookies",
"vue-cookies",
"browser",
"session"
],
"author": "cmp-cc",
"license": "MIT",
"bugs": {
"url": "https://github.com/cmp-cc/vue-cookies/issues"
},
"homepage": "https://github.com/cmp-cc/vue-cookies#readme",
"typings": "types/index.d.ts"
}