mirror of
https://github.com/chansee97/nova-admin.git
synced 2025-04-05 19:41:59 +08:00
fix(project): 修改了一些事件错误
This commit is contained in:
parent
9c0b8c51a6
commit
4bb35a5c2a
@ -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',
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user