Currently experimenting with Vue and ran into a minor challenge - wondering if there's a solution to this. I am looking to add a new value to my items array using my Button component so that I can display it using v-for. While consolidating everything in one file would be simpler, I'm intrigued if it's feasible to achieve it this way. Here is the code snippet:
https://codesandbox.io/s/mystifying-antonelli-7o6m6o?file=/src/App.vue
Any assistance on this matter would be greatly appreciated :)