@chenzoho/vue-antdv
v1.0.7
Published
vue antdv
Downloads
6
Readme
andv
安装
pnpm i [email protected]
pnpm i -D unplugin-vue-components
pnpm i -D @chenzoho/vue-antdv
注册
import { configUnPlugin } from "@chenzoho/vue-antdv/shims"
export default defineConfig({
plugins: [vue(), configUnPlugin()],
css: {
preprocessorOptions: {
less: less()
}
}
})
使用
然后你可以在代码中直接引入 ant-design-vue 的组件,插件会自动将代码转化为 import { Button } from 'ant-design-vue' 的形式。
更新
- 1.0.0
- 初始版本
- 1.0.2
- 增加
dist
- 移除
shims
- 增加
- 1.0.3
- 增加
light
dark
namespace
primaryColor
- 增加
- 1.0.4
- 移除
less.globalVars.hack
- 移除
- 1.0.5
- 增加
dist
- 增加
- 1.0.6
- 移除
- 非
shims
之外的组件
- 非
- 移除