mirror of
https://github.com/chansee97/nova-admin.git
synced 2025-04-06 03:57:54 +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:ad-product',
|
||||||
'icon-park-outline:all-application',
|
'icon-park-outline:all-application',
|
||||||
'icon-park-outline:hamburger-button',
|
'icon-park-outline:hamburger-button',
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<template>
|
<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" />
|
<SvgIcon name="logo" :size="28" />
|
||||||
<span v-show="!appStore.collapsed" class="mx-4">{{ appStore.title }}</span>
|
<span v-show="!appStore.collapsed" class="mx-4">{{ appStore.title }}</span>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user