mirror of
https://github.com/WGDashboard/WGDashboard.git
synced 2026-08-04 06:53:00 +00:00
Continue to refactor the UI and APIs :)
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user