From 0c7718d5d96134515e70e0ec2fcc2b0786847f7f Mon Sep 17 00:00:00 2001 From: Hykilpikonna Date: Tue, 24 Dec 2019 22:42:40 -0500 Subject: [PATCH] [-] Remove unused library --- src/main.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/main.ts b/src/main.ts index 935f529..54adb12 100644 --- a/src/main.ts +++ b/src/main.ts @@ -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');