Nuxt/playground/app.vue

14 lines
201 B
Vue
Raw Normal View History

2024-02-18 16:19:11 +00:00
<script setup lang="ts">
</script>
2021-03-18 14:26:41 +00:00
<template>
2024-02-18 16:19:11 +00:00
<!-- Edit this file to play around with Nuxt but never commit changes! -->
<div>
2024-02-18 16:19:11 +00:00
Nuxt 3 Playground
2021-03-18 14:26:41 +00:00
</div>
</template>
2024-02-18 16:19:11 +00:00
<style scoped>
</style>