All Questions
1 question
-1
votes
2
answers
144
views
Vue composition API: Templates not filled from object created by Object.defineProperty
If your setup() function returns a plain object, for example { spec: { name: 'BLAH' }, Vue dutifully applies it to your template as expected. No rocket science there.
However, if your setup() function ...