- From: Ryosuke Niwa <notifications@github.com>
- Date: Sat, 26 Sep 2015 00:17:12 -0700
- To: w3c/webcomponents <webcomponents@noreply.github.com>
Received on Saturday, 26 September 2015 07:17:40 UTC
I think more natural way of doing that will be something like: ```html <script type="module" src="my-component.js" import="my-button as custom-button"> ... <custom-button>...</custom-button> <custom-button>...</custom-button> ... ``` --- Reply to this email directly or view it on GitHub: https://github.com/w3c/webcomponents/issues/329#issuecomment-143405818
Received on Saturday, 26 September 2015 07:17:40 UTC