You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adding mustache was a simple way of working with single file components, since the template tag doesn't have any built-in data-binding method.
It is possible to use something else, like template strings for example, by simply overriding the template method on the component class. I'll change the README to better reflect that.
Makes sense. I think what you can do is create a separate module html-component-mustache-addon and makes necessary bindings so that users don't end up downloading code that they won't use.
I think it'll be better to let users work out their data-binding (querySelector + templateStrings, mustache, etc) instead of forcing mustache.
The text was updated successfully, but these errors were encountered: