Skip to content

Commit

Permalink
feat: ✨ add minimal example on playground
Browse files Browse the repository at this point in the history
  • Loading branch information
AngeloSchulerPiletti committed Nov 14, 2023
1 parent 3d0a066 commit d76cc46
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions playground/app.vue
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
<script setup lang="ts">
</script>

<template>
<div>
Nuxt module playground!
<ClientOnly>
<ExcalidrawBoard />
</ClientOnly>
</div>
</template>

<script setup>
</script>

0 comments on commit d76cc46

Please sign in to comment.