mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-28 05:39:34 +08:00
chore: bump deps
This commit is contained in:
@@ -8,9 +8,6 @@ import 'ant-design-vue/dist/antd.less';
|
||||
import './spin';
|
||||
|
||||
export function setupAntd(app: App<Element>) {
|
||||
// 这两个组件在登录也就用。全局注册
|
||||
app.use(Form);
|
||||
app.use(Input);
|
||||
app.use(Row);
|
||||
app.use(Col);
|
||||
// Here are the components required before registering and logging in
|
||||
app.use(Form).use(Input).use(Row).use(Col);
|
||||
}
|
||||
|
Reference in New Issue
Block a user