mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2026-02-10 01:31:22 +08:00
refactor(projects): perf code
This commit is contained in:
@@ -14,8 +14,8 @@ defineProps<Props>();
|
||||
|
||||
<template>
|
||||
<ButtonIcon :key="String(full)" :tooltip-content="full ? $t('icon.fullscreenExit') : $t('icon.fullscreen')">
|
||||
<IconGridiconsFullscreenExit v-if="full" />
|
||||
<IconGridiconsFullscreen v-else />
|
||||
<icon-gridicons-fullscreen-exit v-if="full" />
|
||||
<icon-gridicons-fullscreen v-else />
|
||||
</ButtonIcon>
|
||||
</template>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user