style(modules/web): lint code with eslint

This commit is contained in:
Xwite
2024-10-03 10:16:25 +08:00
parent 6578660b26
commit 8b7e33a32e
16 changed files with 195 additions and 196 deletions
+1 -5
View File
@@ -27,10 +27,7 @@ import CatalogItem from "./CatalogItem.vue";
const store = useBookStore();
const {
catalog,
popCataVisible, miniInterface
} = storeToRefs(store);
const { catalog, popCataVisible, miniInterface } = storeToRefs(store);
//主题
const isNight = computed(() => store.theme);
@@ -89,7 +86,6 @@ const gotoChapter = (note) => {
store.saveBookProgress();
emit("getContent", chapterIndex);
};
</script>
<style lang="scss" scoped>