<script setup> import AppLayout from '@/layouts/AppLayout.vue' </script> <template> <AppLayout> <h1>Web App Parkirin</h1> </AppLayout> </template>