1.2.6 • Published 8 months ago

@beck-zgh/pro-element-plus v1.2.6

Weekly downloads
-
License
MIT
Repository
-
Last release
8 months ago

@beck-zgh/element-plus

@beck-zgh/element-plus 是基于 element-plus 二次封装的业务组件库

生产依赖

使用示例

  • 安装
pnpm install @beck-zgh/element-plus
  • 使用
// main.ts
import SdElementPlus from '@beck-zgh/element-plus'
import '@beck-zgh/element-plus/src/theme-chalk/index.scss'

import App from './App.vue'
const app = createApp(App)

app.use(SdElementPlus)
app.mount('app')
1.2.6

8 months ago

1.2.5

8 months ago

1.2.4

8 months ago

1.2.3

8 months ago

1.2.1

8 months ago

1.2.0

8 months ago

1.0.0

8 months ago