hugo-theme-cyberscopes/layouts/shortcodes/pv-count.html
2023-02-16 09:40:53 +01:00

4 lines
94 B
HTML

<div v-scope="{ count: 0 }">
{| count |}
<button @click="count++">inc</button>
</div>