Dernière activité 1736432451

1 a révisé ce gist 1736432450. Aller à la révision

1 file changed, 9 insertions

test.vue(fichier créé)

@@ -0,0 +1,9 @@
1 + <script>
2 + import { ref } from 'vue';
3 +
4 + const count = ref(0)
5 + <script>
6 +
7 + <template>
8 + <button @click="() => count++">{{ count }}</button>
9 + </template>
Plus récent Plus ancien