mirror of
https://github.com/romancm/gamebrary
synced 2024-11-10 13:44:16 +00:00
removed quill
This commit is contained in:
parent
346de5cc7a
commit
5928d8b299
2 changed files with 0 additions and 3 deletions
|
@ -39,7 +39,6 @@
|
||||||
"vue-github-button": "^1.0.5",
|
"vue-github-button": "^1.0.5",
|
||||||
"vue-i18n": "^8.0.0",
|
"vue-i18n": "^8.0.0",
|
||||||
"vue-markdown": "^2.2.4",
|
"vue-markdown": "^2.2.4",
|
||||||
"vue-quill": "^1.5.1",
|
|
||||||
"vue-raven": "^1.0.0",
|
"vue-raven": "^1.0.0",
|
||||||
"vue-router": "^3.0.1",
|
"vue-router": "^3.0.1",
|
||||||
"vuedraggable": "^2.16.0",
|
"vuedraggable": "^2.16.0",
|
||||||
|
|
|
@ -4,7 +4,6 @@ import 'bootstrap-vue/dist/bootstrap-vue.css';
|
||||||
import VueAxios from 'vue-axios';
|
import VueAxios from 'vue-axios';
|
||||||
import VueFire from 'vuefire';
|
import VueFire from 'vuefire';
|
||||||
import VueI18n from 'vue-i18n';
|
import VueI18n from 'vue-i18n';
|
||||||
import VueQuill from 'vue-quill';
|
|
||||||
import Icon from '@/components/Icon';
|
import Icon from '@/components/Icon';
|
||||||
import ModalHeader from '@/components/ModalHeader';
|
import ModalHeader from '@/components/ModalHeader';
|
||||||
import axios from 'axios';
|
import axios from 'axios';
|
||||||
|
@ -27,7 +26,6 @@ Object.defineProperties(Vue.prototype, {
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
Vue.use(VueQuill);
|
|
||||||
Vue.use(BootstrapVue, bootstrapSettings);
|
Vue.use(BootstrapVue, bootstrapSettings);
|
||||||
Vue.use(VueAnalytics, { id: 'UA-120053966-1', router });
|
Vue.use(VueAnalytics, { id: 'UA-120053966-1', router });
|
||||||
Vue.use(VueAxios, axios);
|
Vue.use(VueAxios, axios);
|
||||||
|
|
Loading…
Reference in a new issue