0.0.9 • Published 2 years ago

music-chet-vue v0.0.9

Weekly downloads
-
License
-
Repository
-
Last release
2 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

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.1

2 years ago

0.0.2

2 years ago