Nuxt/playground/app.vue

14 lines
199 B
Vue
Raw Permalink Normal View History

<script setup lang="ts">
</script>
2021-03-18 14:26:41 +00:00
<template>
<!-- Edit this file to play around with Nuxt but never commit changes! -->
<div>
Nuxt Playground
2021-03-18 14:26:41 +00:00
</div>
</template>
2021-10-12 13:49:21 +00:00
<style scoped>
2021-10-12 13:49:21 +00:00
</style>