mirror of
https://github.com/continew-org/continew-admin-ui.git
synced 2026-01-13 10:57:10 +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'
|
||||
|
||||
|
||||
@@ -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'
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
</span>
|
||||
</template>
|
||||
|
||||
<script lang="ts" setup></script>
|
||||
<script setup lang="ts"></script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.gi-more-icon-wrap {
|
||||
|
||||
Reference in New Issue
Block a user