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<{
<div class="greetings"> <div class="greetings">
<h1 class="green">{{ msg }}</h1> <h1 class="green">{{ msg }}</h1>
<h3> <h3>
Youve successfully created a project with evolve your virtual pet!
<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?
</h3> </h3>
</div> </div>
</template> </template>

Loading…
Cancel
Save