[Vuejs]-Is there any way to access property from data() inside setup()?

0👍

Put your JS code inside a created(){} function, inside the Vue.extend({}).

That should allow it access to this.

Leave a comment