style(SidebarItem.vue): 移除无用引用和多余空行
This commit is contained in:
@@ -31,13 +31,11 @@
|
|||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|
||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
import path from 'path-browserify'
|
import path from 'path-browserify'
|
||||||
import { ref} from "vue";
|
import { ref} from "vue";
|
||||||
import {isExternal} from '@/utils/validate'
|
import {isExternal} from '@/utils/validate'
|
||||||
import AppLink from './Link.vue'
|
import AppLink from './Link.vue'
|
||||||
import {RouteRecordRaw} from "vue-router";
|
|
||||||
|
|
||||||
import { generateTitle } from '@/utils/i18n'
|
import { generateTitle } from '@/utils/i18n'
|
||||||
import SvgIcon from '@/components/SvgIcon/index.vue';
|
import SvgIcon from '@/components/SvgIcon/index.vue';
|
||||||
|
|||||||
Reference in New Issue
Block a user