Basis Template für Vue Components
<template>
<AppLayout>
Hello World!
</AppLayout>
</template>
<script setup>
import AppLayout from '@/Layouts/AppLayout.vue';
</script>
Basis Template für Vue Components
<template>
<AppLayout>
Hello World!
</AppLayout>
</template>
<script setup>
import AppLayout from '@/Layouts/AppLayout.vue';
</script>
Schreibe einen Kommentar