[-] Remove unused library
This commit is contained in:
@@ -7,10 +7,6 @@ Vue.config.productionTip = false;
|
|||||||
import ElementUI from 'element-ui';
|
import ElementUI from 'element-ui';
|
||||||
Vue.use(ElementUI, {locale: 'en-us'});
|
Vue.use(ElementUI, {locale: 'en-us'});
|
||||||
|
|
||||||
// Use picture-swipe
|
|
||||||
const VuePictureSwipe = require('vue-picture-swipe');
|
|
||||||
Vue.component('vue-picture-swipe', VuePictureSwipe);
|
|
||||||
|
|
||||||
new Vue({
|
new Vue({
|
||||||
render: (h) => h(App),
|
render: (h) => h(App),
|
||||||
}).$mount('#app');
|
}).$mount('#app');
|
||||||
|
|||||||
Reference in New Issue
Block a user