mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-12 09:18:14 +08:00
fix(sidebar): 适应 store 声明变更修正 Import
This commit is contained in:
@@ -60,7 +60,7 @@
|
||||
<script lang="ts">
|
||||
import { defineComponent } from "vue";
|
||||
import { useRouter } from "vue-router";
|
||||
import { useAppStore } from "../store/modules/app";
|
||||
import useAppStore from "../store/modules/app";
|
||||
|
||||
export default defineComponent({
|
||||
name: "TSidebar",
|
||||
|
||||
Reference in New Issue
Block a user