Skip to content

Commit

Permalink
chapter
Browse files Browse the repository at this point in the history
  • Loading branch information
julianvorraro committed Oct 22, 2022
1 parent ee36d26 commit d92de19
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pages/chapter/console/1.vue
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<script>
console.log('Hello world')
</script>

<template>
<div class="bg-green-500 h-20 w-20">
Hello world
</div>
</template>

0 comments on commit d92de19

Please sign in to comment.