UNPKG

vuepress-plugin-meting

Version:

A simple plugin connect APlayer, Meting and VuePress

14 lines (12 loc) 385 B
import Meting from './Meting.vue' import MetingGlobal from './MetingGlobal.vue' export default ({ Vue }) => { if (typeof window !== 'undefined') { localStorage.setItem('aplayer-setting', '[]') Vue.use(require('@moefe/vue-aplayer').default, { defaultCover: __DEFAULT_COVER__, }) } Vue.component('Meting', Meting) Vue.component('MetingGlobal', MetingGlobal) }