mirror of
https://github.com/continew-org/continew-admin-ui.git
synced 2026-01-17 10:59:21 +08:00
chore: 优化部分代码
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<GiSvgIcon :name="props.icon" :size="18" />
|
||||
</template>
|
||||
|
||||
<script lang="ts" setup>
|
||||
<script setup lang="ts">
|
||||
interface Props {
|
||||
icon?: string
|
||||
}
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
</template>
|
||||
</template>
|
||||
|
||||
<script lang="ts" setup>
|
||||
<script setup lang="ts">
|
||||
import type { RouteRecordRaw } from 'vue-router'
|
||||
import MenuIcon from './MenuIcon.vue'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user