12345678910
  1. <script setup>
  2. import AppLayout from '@/layouts/AppLayout.vue'
  3. </script>
  4. <template>
  5. <AppLayout>
  6. <h1>Web App Parkirin</h1>
  7. </AppLayout>
  8. </template>