[Vue] Cheat Sheet

  • How to call child component’s methods from parent component
    • Assign ref to child component
    • Use this.$refs.refname.methodname
    • https://stackoverflow.com/questions/55316490/vue-best-practice-for-calling-a-method-in-a-child-component/55317353

Leave a Comment

Your email address will not be published. Required fields are marked *