chore: change store data

This commit is contained in:
zyronon
2023-09-19 12:35:03 +08:00
parent b82fffc883
commit cbbb760eac
17 changed files with 1308 additions and 2315 deletions

View File

@@ -1,6 +1,5 @@
<script setup lang="ts">
import Statistics from "@/components/Modal/Statistics.vue";
import {onMounted, watch} from "vue";
import {useBaseStore} from "@/stores/base.ts";
import {SaveKey} from "@/types.ts"
@@ -37,7 +36,6 @@ onMounted(() => {
<Practice/>
<!-- <AddArticle/>-->
<!-- <Side/>-->
<Statistics></Statistics>
</div>
</template>