Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@ChangJoo-Park
Created May 13, 2020 03:59
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/7b21ab580662560d29895a5b614261cb to your computer and use it in GitHub Desktop.
Save ChangJoo-Park/7b21ab580662560d29895a5b614261cb to your computer and use it in GitHub Desktop.
// Ember Octane 컴포넌트 클래스
export default MyComponent extends Component {
@tracked count = 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment