Categories
How to get variable from data inside created vue 3?
hello i have
data() { return { var: 1, }; }, created(){ this.var=2; }
Answer the question
In order to leave comments, you need to log in
Everything is working: snippet But, if we take Vue 3, then it’s better to immediately switch to the Composition API. snippet
Didn't find what you were looking for?
Ask a Question
731 491 924 answers to any question