Re: [webcomponents] [Custom Elements] Import module (#329)

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