Skip to content

Commit

Permalink
added div surrounding image
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Areesanan committed Oct 23, 2022
1 parent 6ed52af commit 7dea818
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions components/RoboComp.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@
</script>

<template>
<h2>Hello2

</h2>

<button class="p-4 w-full bg-red border" @click="count++">{{ count }}</button>

<div>
<img src="~/public/images/robo_ganz_schwebend.svg"></img>

</div>
</template>

0 comments on commit 7dea818

Please sign in to comment.