Skip to content

Instantly share code, notes, and snippets.

@kyuwoo-choi
Created July 23, 2017 06:41
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 kyuwoo-choi/e9635a006b1f1d22b0ccbb5a654835ff to your computer and use it in GitHub Desktop.
Save kyuwoo-choi/e9635a006b1f1d22b0ccbb5a654835ff to your computer and use it in GitHub Desktop.
...
static get observedAttributes() {
// 모니터링 할 속성 이름
return ['locale'];
}
attributeChangedCallback(attrName, oldVal, newVal) {
// 속성이 추가/제거/변경되었다.
this[attrName] = newVal;
}
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment