<!-- Parent.vue --> <template> <ChildComponent ref="child" /> </template> // Somewhere in Parent.vue this.$refs.child.method();