fix: 上下文导致渲染不正常
This commit is contained in:
parent
686e09a1f8
commit
e0b4bf0956
@ -1,5 +1,5 @@
|
||||
<script lang="ts" setup>
|
||||
import { computed, onMounted, watch } from 'vue';
|
||||
import { computed, h, onMounted, watch } from 'vue';
|
||||
import { useRouter } from 'vue-router';
|
||||
|
||||
import { AuthenticationLoginExpiredModal } from '@vben/common-ui';
|
||||
@ -62,7 +62,7 @@ const menus = computed(() => {
|
||||
target: '_blank',
|
||||
});
|
||||
},
|
||||
icon: GiteeIcon,
|
||||
icon: () => h(GiteeIcon, { class: 'text-red-800' }),
|
||||
text: 'Gitee项目地址',
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user