Skip to content
On this page

快速上手

提示

基于 vue3 + ts + Element-plus 再次封装的基础组件

安装

bash
npm install xxxx -S
or
yarn add xxxx -S
npm install xxxx -S
or
yarn add xxxx -S

使用

js
// main.ts
import xxxx from 'xxxx'
import 'xxxx/lib/style.css'
const app = createApp(App)
app.use(xxxx)
app.mount('#app')
// main.ts
import xxxx from 'xxxx'
import 'xxxx/lib/style.css'
const app = createApp(App)
app.use(xxxx)
app.mount('#app')