how to get 3rd level form data by $refs in vue

To access the 3rd level form data using $refs in Vue, follow these steps:

Step 1: Assign a ref attribute to the child component in the parent component's template. Step 2: Use the $refs property to access the child component from the parent component. Step 3: Access the nested child components using the $refs property recursively to reach the 3rd level form data.