added main navigation
This commit is contained in:
3
resources/js/pages/Users/UserForm.vue
Normal file
3
resources/js/pages/Users/UserForm.vue
Normal file
@@ -0,0 +1,3 @@
|
||||
<template>
|
||||
|
||||
</template>
|
||||
12
resources/js/pages/Users/UsersList.vue
Normal file
12
resources/js/pages/Users/UsersList.vue
Normal file
@@ -0,0 +1,12 @@
|
||||
<template>
|
||||
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
|
||||
import BELayout from '@/layouts/BELayout.vue'
|
||||
import MainNav from '@/components/MainNav.vue'
|
||||
|
||||
defineOptions({ layout: BELayout })
|
||||
|
||||
</script>
|
||||
Reference in New Issue
Block a user