chore: 优化部分代码

This commit is contained in:
2024-11-14 21:59:22 +08:00
parent 011643226c
commit ce09f737c3
55 changed files with 58 additions and 63 deletions

View File

@@ -2,7 +2,7 @@
<GiSvgIcon :name="props.icon" :size="18" />
</template>
<script lang="ts" setup>
<script setup lang="ts">
interface Props {
icon?: string
}

View File

@@ -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'

View File

@@ -29,7 +29,7 @@
</div>
</template>
<script lang="ts" setup>
<script setup lang="ts">
import { useAppStore } from '@/stores'
import Logo from '@/layout/components/Logo.vue'
import Menu from '@/layout/components/Menu/index.vue'

View File

@@ -7,7 +7,7 @@
</span>
</template>
<script lang="ts" setup></script>
<script setup lang="ts"></script>
<style lang="scss" scoped>
.gi-more-icon-wrap {