Skip to content

Instantly share code, notes, and snippets.

@ChangJoo-Park
Created May 13, 2020 04:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ChangJoo-Park/d0fe7b4ebc32b00281f4574926100d4b to your computer and use it in GitHub Desktop.
Save ChangJoo-Park/d0fe7b4ebc32b00281f4574926100d4b to your computer and use it in GitHub Desktop.
<!-- Child 컴포넌트 -->
<h2>Child : {{ @name }}</h2>
<button type="button" {{on 'click' (fn @callParent @name) }}>Call Parent</button>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment