How to access child component properties in Vue.js 3

Useful tip to access methods and functions from child components

John Philip
Level Up Coding
Published in
3 min readDec 14, 2022

--

Photo by Pixabay on Pexelry

When developing Vue.js applications, there might be instances where you need to access properties of a child component from a parent component, particularly when emitting events is not necessary.

--

--