7 lines
133 B
Vue
7 lines
133 B
Vue
<template>
|
|
<AppLayout></AppLayout>
|
|
</template>
|
|
|
|
<script setup lang="ts">
|
|
import AppLayout from "./layouts/AppLayout.vue";
|
|
</script> |