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