Skip to content

Commit

Permalink
fix(router):修复 router 以通过 action 的 build
Browse files Browse the repository at this point in the history
  • Loading branch information
Tianci-King committed Feb 28, 2024
1 parent 2f2db07 commit a91e4a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routers/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import SchoolBus from "../pages/SchoolBus.vue";
import TermTime from "../pages/TermTime.vue";
import Announcement from "../pages/Announcement.vue";
import Information from "../pages/Information.vue";
import Found from "../pages/LostfoundPage/Found.vue";
import Found from "../pages/LostFoundPage/Found.vue";
import Lost from "../pages/LostFoundPage/Lost.vue";
import Dashboard from "@/pages/Dashboard/index.vue";
import Layout from "../components/Layout.vue";
Expand Down

0 comments on commit a91e4a3

Please sign in to comment.