0.1.5 • Published 3 years ago

@chenwl/cv-ui v0.1.5

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

cv-ui

安装

npm install @chenwl/cv-ui

使用

全局引入

// 引入样式
import "@chenwl/cv-ui/dist/index.css";
// 引入组件
import cvui from "@chenwl/cv-ui"
const app = createApp(App)
// 全局注册组件
app.use(cvui)
app.mount('#app')
0.1.4

3 years ago

0.1.5

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago