Layouts
How to use these layouts in the vue component or page
<script setup>
import AuthLayout from "@/Layouts/Auth/Master.vue";
</script>
<template>
<AuthLayout>
// your content here
</AuthLayout>
</template>How to add more templates for your application
Last updated