🚀
Vue 3 驱动
基于 Vue 3 Composition API 构建,提供更好的 TypeScript 支持
npm install @weitutech/by-components-v3import { createApp } from 'vue'
import ByComponentsV3 from '@weitutech/by-components-v3'
import 'by-components-v3/dist/style.css'
const app = createApp(App)
app.use(ByComponentsV3)
app.mount('#app')查看 组件文档 了解更多详情。