[Vuejs]-'this.$refs' is always empty in parent component 19 November 2023 by thecoderscamp.com 3👍 ✅ The ref Vue special attribute is used to refer a DOM node (or a child component) from your current component template. If you want to pass some content to a custom component, this is the use case for a <slot> Vue built-in component. 👤ghybs [Vuejs]-VueRouter make HTTP request within beforeEach Source:stackexchange.com