feat: add directory report and dashboard
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 8s
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 8s
This commit is contained in:
parent
4be37ad268
commit
780a262979
2 changed files with 22 additions and 0 deletions
11
src/pages/14_report/MainPage.vue
Normal file
11
src/pages/14_report/MainPage.vue
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
<script lang="ts" setup>
|
||||
// NOTE: Library
|
||||
|
||||
// NOTE: Components
|
||||
|
||||
// NOTE: Stores & Type
|
||||
|
||||
// NOTE: Variable
|
||||
</script>
|
||||
<template></template>
|
||||
<style scoped></style>
|
||||
11
src/pages/15_dash-board/MainPage.vue
Normal file
11
src/pages/15_dash-board/MainPage.vue
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
<script lang="ts" setup>
|
||||
// NOTE: Library
|
||||
|
||||
// NOTE: Components
|
||||
|
||||
// NOTE: Stores & Type
|
||||
|
||||
// NOTE: Variable
|
||||
</script>
|
||||
<template></template>
|
||||
<style scoped></style>
|
||||
Loading…
Add table
Add a link
Reference in a new issue