fix: 构建错误
Former-commit-id: aad03d2d836979b59f11bbc8f4a1022abd84a212
This commit is contained in:
@@ -43,7 +43,7 @@
|
|||||||
</template>
|
</template>
|
||||||
</el-dropdown>
|
</el-dropdown>
|
||||||
</template>
|
</template>
|
||||||
<script setup lang="ts" name="navRight">
|
<script setup lang="ts">
|
||||||
import { storeToRefs } from "pinia";
|
import { storeToRefs } from "pinia";
|
||||||
import { useRoute, useRouter } from "vue-router";
|
import { useRoute, useRouter } from "vue-router";
|
||||||
import { useAppStore } from "@/store/modules/app";
|
import { useAppStore } from "@/store/modules/app";
|
||||||
|
|||||||
@@ -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 AppMain } from "./AppMain.vue";
|
||||||
export { default as Settings } from "./Settings/index.vue";
|
export { default as Settings } from "./Settings/index.vue";
|
||||||
export { default as TagsView } from "./TagsView/index.vue";
|
export { default as TagsView } from "./TagsView/index.vue";
|
||||||
|
|||||||
Reference in New Issue
Block a user