This repository has been archived on 2024-11-10. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
enzos-events/resources/js/pages/Events/EventsIndex.vue
Sockenklaus a52c0143df Added database, orm, auth modules
added db migrations for users and initial data
added first controllers
added auth middleware
added rest routes and controller stub
...
2023-07-03 16:24:19 +02:00

14 lines
143 B
Vue

<template>
</template>
<script setup>
import BELayout from '@/layouts/BELayout.vue'
defineOptions({
layout: BELayout
})
</script>