mirror of
https://github.com/un-pany/v3-admin-vite.git
synced 2025-04-20 10:59:21 +08:00
perf: 保留一个 dashboard 占位图
This commit is contained in:
parent
0fe9d6072b
commit
1bd695db17
@ -1,10 +1,10 @@
|
||||
<script lang="ts" setup>
|
||||
import SvgAdmin from "../images/admin.svg?component" // vite-svg-loader 插件的功能
|
||||
import SvgDashboard from "../images/dashboard.svg?component" // vite-svg-loader 插件的功能
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div class="app-container center">
|
||||
<SvgAdmin class="svg" />
|
||||
<SvgDashboard class="svg" />
|
||||
<p>欢迎来到「Admin」角色专属首页</p>
|
||||
</div>
|
||||
</template>
|
||||
|
@ -1,10 +1,10 @@
|
||||
<script lang="ts" setup>
|
||||
import SvgEditor from "../images/editor.svg?component" // vite-svg-loader 插件的功能
|
||||
import SvgDashboard from "../images/dashboard.svg?component" // vite-svg-loader 插件的功能
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div class="app-container center">
|
||||
<SvgEditor class="svg" />
|
||||
<SvgDashboard class="svg" />
|
||||
<p>欢迎来到「Editor」角色专属首页</p>
|
||||
</div>
|
||||
</template>
|
||||
|
Before Width: | Height: | Size: 65 KiB After Width: | Height: | Size: 65 KiB |
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 16 KiB |
Loading…
x
Reference in New Issue
Block a user