Hacker News new | ask | show | jobs
by syspec 858 days ago
Sounds like you're on the free version of Chat GPT. What was your prompt?
1 comments

This was after going a few rounds of prompting in a more search-engine style

  for pinia, the composition api syntax is in the form: "defineStore('myStore', () => {})" and options api of the form: "defineStore('myStore', {})", using this definition, please show an example of using pinia and reactive() with the composition api instead of the options api results previously shown. thanks