fix: h导致的页面报错(原因未知)
This commit is contained in:
parent
4778ead7c2
commit
686e09a1f8
@ -1,5 +1,5 @@
|
|||||||
<script lang="ts" setup>
|
<script lang="ts" setup>
|
||||||
import { computed, h, onMounted, watch } from 'vue';
|
import { computed, onMounted, watch } from 'vue';
|
||||||
import { useRouter } from 'vue-router';
|
import { useRouter } from 'vue-router';
|
||||||
|
|
||||||
import { AuthenticationLoginExpiredModal } from '@vben/common-ui';
|
import { AuthenticationLoginExpiredModal } from '@vben/common-ui';
|
||||||
@ -62,7 +62,7 @@ const menus = computed(() => {
|
|||||||
target: '_blank',
|
target: '_blank',
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
icon: h(GiteeIcon, { class: 'text-red-500' }),
|
icon: GiteeIcon,
|
||||||
text: 'Gitee项目地址',
|
text: 'Gitee项目地址',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user