Skip to content Skip to sidebar Skip to footer
Showing posts with the label Vue Composition Api

Access This.$root In Vue.js 3 Setup()

In Vue 2, you can access this.$root inside the created hook. In Vue 3, everything that would have g… Read more Access This.$root In Vue.js 3 Setup()