Browse Source

feat: add one line to test webhook

pull/1/head
Diego Vester 2 months ago
parent
commit
aca26bef13
  1. 4
      src/components/HelloWorld.vue

4
src/components/HelloWorld.vue

@ -8,9 +8,7 @@ defineProps<{ @@ -8,9 +8,7 @@ defineProps<{
<div class="greetings">
<h1 class="green">{{ msg }}</h1>
<h3>
Youve successfully created a project with
<a href="https://vite.dev/" target="_blank" rel="noopener">Vite</a> +
<a href="https://vuejs.org/" target="_blank" rel="noopener">Vue 3</a>. What's next?
evolve your virtual pet!
</h3>
</div>
</template>

Loading…
Cancel
Save