vuejs / pinia

🍍 Intuitive, type safe, light and flexible Store for Vue using the composition api with DevTools support
https://pinia.vuejs.org
MIT License
13.02k stars 1.04k forks source link

chore: add getter double in playground demo-counter #2625

Closed FlyingCaiChong closed 6 months ago

FlyingCaiChong commented 6 months ago

when I run playground, I found the code <p>Counter :{{ counter.n }}. Double: {{ counter.double }}</p> in DemoCounter.vue , but in demo-counter.ts file, there is no double。so i think it's better to add double getter.