UNPKG

jz-player

Version:

Easy-to-use music player for Vue 2.x

9 lines (7 loc) 167 B
import loading from './loading.vue'; const Loading = { install:function (Vue) { Vue.component('Loading', loading) } } export default Loading;