mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-28 05:39:34 +08:00
chore: changed login cache from sessionStorage to LocalStorage
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
import type { App } from 'vue';
|
||||
|
||||
import { Form, Input } from 'ant-design-vue';
|
||||
import { Form, Input, Row, Col } from 'ant-design-vue';
|
||||
import 'ant-design-vue/dist/antd.less';
|
||||
|
||||
import './spin';
|
||||
@@ -11,4 +11,6 @@ export function setupAntd(app: App<Element>) {
|
||||
// 这两个组件在登录也就用。全局注册
|
||||
app.use(Form);
|
||||
app.use(Input);
|
||||
app.use(Row);
|
||||
app.use(Col);
|
||||
}
|
||||
|
Reference in New Issue
Block a user