t2ym / i18n-element

I18N Base Element for Lit and Polymer
Other
9 stars 1 forks source link

static config() is deprecated #48

Closed t2ym closed 7 years ago

t2ym commented 7 years ago

static config() is deprecated

Use new syntax

static properties() { return { ... } } static observers() { return [ ... ] }