cleanup of vue component
This commit is contained in:
parent
91063a69d9
commit
886cdc47e6
@ -5,15 +5,11 @@ import { useAttrs, useSlots, reactive, ref, computed, watch, onBeforeMount, onMo
|
|||||||
import { Head, Link, useForm, usePage } from '@inertiajs/inertia-vue3'
|
import { Head, Link, useForm, usePage } from '@inertiajs/inertia-vue3'
|
||||||
import AppLayout from '@/Layouts/AppLayout.vue'
|
import AppLayout from '@/Layouts/AppLayout.vue'
|
||||||
|
|
||||||
const emit = defineEmits([])
|
// defines
|
||||||
|
defineEmits([])
|
||||||
const attrs = useAttrs()
|
|
||||||
|
|
||||||
const slots = useSlots()
|
|
||||||
|
|
||||||
const props = defineProps({})
|
|
||||||
|
|
||||||
// variables
|
// variables
|
||||||
|
const props = defineProps({})
|
||||||
|
|
||||||
// computed properties
|
// computed properties
|
||||||
|
|
||||||
@ -48,7 +44,7 @@ onUnmounted(() => {
|
|||||||
<AppLayout title="${1:TITLE}">
|
<AppLayout title="${1:TITLE}">
|
||||||
<template #header>${1:TITLE}</template>
|
<template #header>${1:TITLE}</template>
|
||||||
|
|
||||||
<div class="col-span-6">
|
<div class="col-span-12">
|
||||||
<!-- content goes here -->
|
<!-- content goes here -->
|
||||||
</div>
|
</div>
|
||||||
</AppLayout>
|
</AppLayout>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user