Skip to content

Commit

Permalink
chore: update playground
Browse files Browse the repository at this point in the history
  • Loading branch information
arashsheyda committed Jan 17, 2024
1 parent bdab2c5 commit 42b3b83
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion playground/app.vue
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
<script setup>
<script setup lang="ts">
const { data } = await useFetch('/api/users')
</script>

<template>
<div>
Nuxt module playground!
<br>
<pre
v-html="JSON.stringify(data, null, 2)"
style="background: #131313;color: #4EA65A;padding: 20px;border-radius: 7px;text-shadow: 0px 0px 10px #00ff22;"
/>
</div>
</template>

0 comments on commit 42b3b83

Please sign in to comment.