fix: 构建错误

Former-commit-id: aad03d2d836979b59f11bbc8f4a1022abd84a212
This commit is contained in:
april
2023-08-12 12:08:46 +08:00
parent 2478224cff
commit 67e049bfcc
2 changed files with 2 additions and 2 deletions

View File

@@ -43,7 +43,7 @@
</template>
</el-dropdown>
</template>
<script setup lang="ts" name="navRight">
<script setup lang="ts">
import { storeToRefs } from "pinia";
import { useRoute, useRouter } from "vue-router";
import { useAppStore } from "@/store/modules/app";

View File

@@ -1,4 +1,4 @@
export { default as Navbar } from "./Navbar/index.vue";
export { default as Navbar } from "./NavBar/index.vue";
export { default as AppMain } from "./AppMain.vue";
export { default as Settings } from "./Settings/index.vue";
export { default as TagsView } from "./TagsView/index.vue";