4👍
Ok, in v0.3+ is added I was using 0.2.2.
Here is the code:
<script src="https://unpkg.com/petite-vue"></script>
<script>
PetiteVue.createApp({ $delimiters: ['${', '}'] }).mount()
</script>
Source:stackexchange.com
4👍
Ok, in v0.3+ is added I was using 0.2.2.
Here is the code:
<script src="https://unpkg.com/petite-vue"></script>
<script>
PetiteVue.createApp({ $delimiters: ['${', '}'] }).mount()
</script>