removed quill

This commit is contained in:
Roman Cervantes 2020-10-31 11:18:55 -07:00
parent 346de5cc7a
commit 5928d8b299
2 changed files with 0 additions and 3 deletions

View file

@ -39,7 +39,6 @@
"vue-github-button": "^1.0.5",
"vue-i18n": "^8.0.0",
"vue-markdown": "^2.2.4",
"vue-quill": "^1.5.1",
"vue-raven": "^1.0.0",
"vue-router": "^3.0.1",
"vuedraggable": "^2.16.0",

View file

@ -4,7 +4,6 @@ import 'bootstrap-vue/dist/bootstrap-vue.css';
import VueAxios from 'vue-axios';
import VueFire from 'vuefire';
import VueI18n from 'vue-i18n';
import VueQuill from 'vue-quill';
import Icon from '@/components/Icon';
import ModalHeader from '@/components/ModalHeader';
import axios from 'axios';
@ -27,7 +26,6 @@ Object.defineProperties(Vue.prototype, {
},
});
Vue.use(VueQuill);
Vue.use(BootstrapVue, bootstrapSettings);
Vue.use(VueAnalytics, { id: 'UA-120053966-1', router });
Vue.use(VueAxios, axios);