Trying to evaluate this as our new engine to insert into a vue app. I have got most of the components I need to test running but,
Starting with the vue jumpstart project as a guide it does not appear that adding a new property works when using newer versions of vue and surveyjs. I can see the property in the console during debugging but it does not display in the question editor. Maybe I am just misunderstanding where to place the appropriate code.
Here is a link to an example where the property is instruct:text and when I add a question instruct is not in the right side editor.
https://codesandbox.io/s/vue-template-5gg98?fontsize=14
Any help would be appreciated so we can make a more informed decision…