mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/tickme.git
synced 2026-08-19 04:23:56 +00:00
minor fixes
This commit is contained in:
@@ -23,7 +23,6 @@
|
|||||||
"select2": "^4.0.13",
|
"select2": "^4.0.13",
|
||||||
"vue": "^2.6.10",
|
"vue": "^2.6.10",
|
||||||
"vue-avatar": "^2.2.0",
|
"vue-avatar": "^2.2.0",
|
||||||
"vue-sortable": "^0.1.3",
|
|
||||||
"vue-template-compiler": "^2.6.10",
|
"vue-template-compiler": "^2.6.10",
|
||||||
"vuelidate": "^0.7.4",
|
"vuelidate": "^0.7.4",
|
||||||
"vuex": "^3.1.3"
|
"vuex": "^3.1.3"
|
||||||
|
|||||||
Vendored
-3
@@ -11,9 +11,6 @@ import Avatar from 'vue-avatar';
|
|||||||
import Vuelidate from 'vuelidate'
|
import Vuelidate from 'vuelidate'
|
||||||
import request from './mixins/requestMixin'
|
import request from './mixins/requestMixin'
|
||||||
import crud from './mixins/crudMixin'
|
import crud from './mixins/crudMixin'
|
||||||
import Sortable from 'vue-sortable'
|
|
||||||
|
|
||||||
Vue.use(Sortable)
|
|
||||||
|
|
||||||
Vue.use(Vuelidate);
|
Vue.use(Vuelidate);
|
||||||
Vue.component('avatar', Avatar);
|
Vue.component('avatar', Avatar);
|
||||||
|
|||||||
Reference in New Issue
Block a user