File tree Expand file tree Collapse file tree 4 files changed +4
-5
lines changed
Expand file tree Collapse file tree 4 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 11<script lang="ts" setup>
2- import SvgAdmin from " ../images/admin .svg?component" // vite-svg-loader 插件的功能
2+ import SvgDashboard from " ../images/dashboard .svg?component" // vite-svg-loader 插件的功能
33< / script >
44
55<template >
66 < div class = " app-container center" >
7- < SvgAdmin class = " svg" / >
7+ < SvgDashboard class = " svg" / >
88 <p >欢迎来到「Admin 」角色专属首页< / p >
99 < / div >
1010< / template >
Original file line number Diff line number Diff line change 11<script lang="ts" setup>
2- import SvgEditor from " ../images/editor .svg?component" // vite-svg-loader 插件的功能
2+ import SvgDashboard from " ../images/dashboard .svg?component" // vite-svg-loader 插件的功能
33< / script >
44
55<template >
66 < div class = " app-container center" >
7- < SvgEditor class = " svg" / >
7+ < SvgDashboard class = " svg" / >
88 <p >欢迎来到「Editor 」角色专属首页< / p >
99 < / div >
1010< / template >
File renamed without changes.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments