added first layout
This commit is contained in:
11
resources/js/pages/Events/List.vue
Normal file
11
resources/js/pages/Events/List.vue
Normal file
@@ -0,0 +1,11 @@
|
||||
<template>
|
||||
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
|
||||
import BELayout from '@/Layouts/BELayout.vue'
|
||||
|
||||
defineOptions({ layout: BELayout })
|
||||
|
||||
</script>
|
||||
Reference in New Issue
Block a user