mirror of
https://github.com/romancm/gamebrary
synced 2024-12-19 15:53:06 +00:00
added vue quill
This commit is contained in:
parent
bbc9b53094
commit
9954fc05f7
1 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,7 @@ 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';
|
||||
|
@ -26,6 +27,7 @@ Object.defineProperties(Vue.prototype, {
|
|||
},
|
||||
});
|
||||
|
||||
Vue.use(VueQuill);
|
||||
Vue.use(BootstrapVue, bootstrapSettings);
|
||||
Vue.use(VueAnalytics, { id: 'UA-120053966-1', router });
|
||||
Vue.use(VueAxios, axios);
|
||||
|
|
Loading…
Reference in a new issue