Nuxt/playground/app.vue
2022-03-31 08:51:24 +02:00

13 lines
200 B
Vue

<script setup lang="ts">
</script>
<template>
<!-- Edit this file to play around with Nuxt but never commit changes! -->
<div>
Nuxt 3 Playground
</div>
</template>
<style scoped>
</style>