feat [front]: add admin routes
This commit is contained in:
parent
21d4a4a25b
commit
ccc9ccc70b
4 changed files with 20 additions and 0 deletions
5
front/components/admin/actorsInput.vue
Normal file
5
front/components/admin/actorsInput.vue
Normal file
|
@ -0,0 +1,5 @@
|
|||
<template></template>
|
||||
|
||||
<script setup lang="ts"></script>
|
||||
|
||||
<style scoped lang="sass"></style>
|
5
front/pages/admin/[id]/index.vue
Normal file
5
front/pages/admin/[id]/index.vue
Normal file
|
@ -0,0 +1,5 @@
|
|||
<template></template>
|
||||
|
||||
<script setup lang="ts"></script>
|
||||
|
||||
<style scoped lang="sass"></style>
|
5
front/pages/admin/config.vue
Normal file
5
front/pages/admin/config.vue
Normal file
|
@ -0,0 +1,5 @@
|
|||
<template></template>
|
||||
|
||||
<script setup lang="ts"></script>
|
||||
|
||||
<style scoped lang="sass"></style>
|
5
front/pages/admin/index.vue
Normal file
5
front/pages/admin/index.vue
Normal file
|
@ -0,0 +1,5 @@
|
|||
<template></template>
|
||||
|
||||
<script setup lang="ts"></script>
|
||||
|
||||
<style scoped lang="sass"></style>
|
Loading…
Reference in a new issue