Continue to refactor the UI and APIs :)

This commit is contained in:
Donald Zou
2024-01-11 01:10:26 -05:00
parent ba2bcaba07
commit e6e070d89e
11 changed files with 174 additions and 34 deletions
+19
View File
@@ -0,0 +1,19 @@
<script>
import {wgdashboardStore} from "@/stores/wgdashboardStore.js";
export default {
name: "settings",
setup(){
const store = wgdashboardStore();
return {store}
}
}
</script>
<template>
</template>
<style scoped>
</style>