#vuejs
Read more stories on Hashnode
Articles with this tag
Style <script setup lang="ts"> const color = ref("red) </script> <style scoped> .text { color: v-bind('color') } </style>
Pinia export const initData = function () { const instance = useCounterStore() // listen on change, then save to localStorage ...