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
Iron component src doesnt work when I use a file to import component(s) I want documentation.
this works <iron-component-page id="componentdoc" src="../script/my-component/my-component.html"></iron-component-page>
this does not work <iron-component-page id="componentdoc" src="all-imports.html"></iron-component-page>
assuming I have this content on all-imports.html <link rel="import" href="../script/my-component/my-component.html">
The text was updated successfully, but these errors were encountered:
Iron component src doesnt work when I use a file to import component(s) I want documentation.
this works
<iron-component-page id="componentdoc" src="../script/my-component/my-component.html"></iron-component-page>
this does not work
<iron-component-page id="componentdoc" src="all-imports.html"></iron-component-page>
assuming I have this content on all-imports.html
<link rel="import" href="../script/my-component/my-component.html">
The text was updated successfully, but these errors were encountered: