fix(project): 修改了一些事件错误

This commit is contained in:
Coffee-crocodile 2022-10-12 18:21:06 +08:00
parent 9c0b8c51a6
commit 4bb35a5c2a
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
export const icons = [
export const icons: string[] = [
'icon-park-outline:ad-product',
'icon-park-outline:all-application',
'icon-park-outline:hamburger-button',

View File

@ -1,5 +1,5 @@
<template>
<div class="h-60px text-2xl flex-center overflow-hidden cursor-pointer" @click="toRoot()">
<div class="h-60px text-2xl flex-center overflow-hidden cursor-pointer" @click="toRoot">
<SvgIcon name="logo" :size="28" />
<span v-show="!appStore.collapsed" class="mx-4">{{ appStore.title }}</span>
</div>