Remove vue-async-computed
This commit is contained in:
parent
4ab75fe9c6
commit
03efe44541
3 changed files with 0 additions and 8 deletions
5
package-lock.json
generated
5
package-lock.json
generated
|
@ -12591,11 +12591,6 @@
|
|||
"resolved": "https://registry.npmjs.org/vue-analytics/-/vue-analytics-5.20.2.tgz",
|
||||
"integrity": "sha512-57SfeHZYbr3oEVjyBoJCIOhuByfVTqzgoBsBDzGs6CYe2WKANpFWbTuOI5mi98m+9HXiDua0cPTWNIBAcAxysg=="
|
||||
},
|
||||
"vue-async-computed": {
|
||||
"version": "3.8.2",
|
||||
"resolved": "https://registry.npmjs.org/vue-async-computed/-/vue-async-computed-3.8.2.tgz",
|
||||
"integrity": "sha512-If5roOhp/x0WWd0TWRD77YsuFoiIw3MbkcRlIB/FE3TqQCPje52eQp5CV5NN/7B0VAyPuGX5JQa+rc9AOcGAYw=="
|
||||
},
|
||||
"vue-cli-plugin-sitemap": {
|
||||
"version": "2.1.1",
|
||||
"resolved": "https://registry.npmjs.org/vue-cli-plugin-sitemap/-/vue-cli-plugin-sitemap-2.1.1.tgz",
|
||||
|
|
|
@ -18,7 +18,6 @@
|
|||
"sass": "^1.24.0",
|
||||
"vue": "^2.6.11",
|
||||
"vue-analytics": "^5.20.2",
|
||||
"vue-async-computed": "^3.8.2",
|
||||
"vue-markdown": "^2.2.4",
|
||||
"vue-material-design-icons": "^4.4.0",
|
||||
"vue-mq": "^1.0.1",
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
import Vue from 'vue';
|
||||
import AsyncComputed from 'vue-async-computed';
|
||||
import VueResource from 'vue-resource';
|
||||
import VueMq from 'vue-mq';
|
||||
import VueAnalytics from 'vue-analytics';
|
||||
|
@ -7,7 +6,6 @@ import VueAnalytics from 'vue-analytics';
|
|||
import App from './App.vue';
|
||||
import router from './router';
|
||||
|
||||
Vue.use(AsyncComputed);
|
||||
Vue.use(VueResource);
|
||||
Vue.use(VueMq, {
|
||||
breakpoints: {
|
||||
|
|
Loading…
Reference in a new issue