mirror of
https://github.com/ipfs/ipfs-blog.git
synced 2026-08-07 01:12:47 +02:00
chore: remove unused dependency
This commit is contained in:
@@ -4,7 +4,6 @@ import { createStore } from '@theme/store/store'
|
||||
import VScrollLock from 'v-scroll-lock'
|
||||
import VueMq from 'vue-mq'
|
||||
import { VLazyImagePlugin } from 'v-lazy-image'
|
||||
import VueObserveVisibility from 'vue-observe-visibility'
|
||||
import VueSocialSharing from 'vue-social-sharing'
|
||||
import Transition from '@theme/components/directives/Transition.js'
|
||||
|
||||
@@ -39,7 +38,6 @@ export default ({ Vue, router, siteData, isServer }) => {
|
||||
Vue.use(VScrollLock)
|
||||
Vue.use(VueMq, { breakpoints })
|
||||
Vue.use(VLazyImagePlugin)
|
||||
Vue.use(VueObserveVisibility)
|
||||
Vue.use(VueSocialSharing)
|
||||
|
||||
Vue.directive(Transition.name, Transition.directive)
|
||||
|
||||
Reference in New Issue
Block a user