fix(fe general and archive): added backoffice components first logic and archive page table with simple items fetch
This commit is contained in:
parent
4a7d898cf9
commit
e5b136dec4
5 changed files with 171 additions and 3 deletions
11
resources/js/components/content/Dashboard.vue
Normal file
11
resources/js/components/content/Dashboard.vue
Normal file
|
@ -0,0 +1,11 @@
|
|||
<script setup lang="ts">
|
||||
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div>dashboard</div>
|
||||
</template>
|
||||
|
||||
<style scoped>
|
||||
|
||||
</style>
|
Loading…
Add table
Add a link
Reference in a new issue