first datatable
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
<template>
|
||||
<LoginLayout>
|
||||
<LoginLayout class="w-3/5">
|
||||
<MainNav />
|
||||
<slot></slot>
|
||||
|
||||
</LoginLayout>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import LoginLayout from '@/layouts/LoginLayout'
|
||||
import MainNav from '@/components/MainNav'
|
||||
<script lang="ts" setup>
|
||||
import LoginLayout from '@/layouts/LoginLayout.vue'
|
||||
import MainNav from '@/components/MainNav.vue'
|
||||
|
||||
</script>
|
||||
Reference in New Issue
Block a user