chore: 更换layout依赖库

This commit is contained in:
TsMask
2023-11-28 21:08:26 +08:00
parent 642fff876a
commit c8e8cca410
66 changed files with 72 additions and 69 deletions

View File

@@ -1,5 +1,5 @@
<script lang="ts" setup>
import { PageContainer } from '@ant-design-vue/pro-layout';
import { PageContainer } from 'antdv-pro-layout';
import { message } from 'ant-design-vue/lib';
import { getUserProfile } from '@/api/profile';
import { reactive, ref, onMounted } from 'vue';

View File

@@ -1,6 +1,6 @@
<script lang="ts" setup>
import { onActivated, ref } from 'vue';
import { PageContainer } from '@ant-design-vue/pro-layout';
import { PageContainer } from 'antdv-pro-layout';
import BaseInfo from './components/base-info.vue';
import ResetPasswd from './components/reset-passwd.vue';
import StyleLayout from './components/style-layout.vue';