0.0.9 • Published 3 years ago

music-chet-vue v0.0.9

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

Vue3音乐盒子插件

  1. 安装

    npm i music-chet-vue
  1. vue3项目中引入

    在main.js中全局引入

    import MusicChetVue3 from 'music-chet-vue'
    import 'music-chet-vue/dist/style.css'
    
    const app = createApp(App)
    // 全局引入
    app.use(MusicChetVue).mount('#app')
  2. 使用在vue文件中使用

    <music-chet-vue></music-chet-vue>
0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.1

3 years ago

0.0.2

3 years ago