You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The hard part is making it a two-way bind, so that a value is set in App and passed through the router to other views. And then the value like repoName can be set on different views and will be persisted on page changes.
The Vue 2 syntax also doesn't allow two variables, so then an object has to be used for username and repoName to both go through v-model
I am also not sure on using v-on and v-model and events and the ways to do it across Vue 2 and Vue 3. So leave it for now.
The text was updated successfully, but these errors were encountered:
Passing values up from a child is easy.
The hard part is making it a two-way bind, so that a value is set in App and passed through the router to other views. And then the value like repoName can be set on different views and will be persisted on page changes.
The Vue 2 syntax also doesn't allow two variables, so then an object has to be used for username and repoName to both go through v-model
I am also not sure on using v-on and v-model and events and the ways to do it across Vue 2 and Vue 3. So leave it for now.
The text was updated successfully, but these errors were encountered: