wideangle-nuxt/playground/app.vue

9 lines
94 B
Vue
Raw Normal View History

2023-05-14 15:25:44 +00:00
<template>
<div>
Nuxt module playground!
</div>
</template>
<script setup>
</script>