Nuxt/playground/app.vue
2024-06-30 11:21:01 +01:00

14 lines
199 B
Vue

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