-
-
Notifications
You must be signed in to change notification settings - Fork 103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
vanilah web component templates #621
Comments
Does @noView() fit your case? |
since these are frameworkless components using Aurelia framework in it defeats the purpose. |
You can do export class Ce {
static $view = null
} Its a new feature and will take a bit time to get released |
@pragmaproducts you lost me, are you wrapping those vanilla components in Aurelia ones or? |
Line 230 in 2f07382
|
I guess its the combination of Aurelia life cycle and webcomponent, so the element needs to be registered with both aurelia and customElements registry |
We have several scenarios where we have custom elements using vanilla web components that do not have a template. The current work around is to just use a empty template so that during the loading process we don't get a error indicating that there must be a template.
Template loading for vanilla web components sound not enforce the presence of a template.
We use this for d3 visualisations where we build up the UI manually.
This issue affects us greatly and we would appreciate any assistance to avoid having to use a empty template tag as that affects content elements.
The text was updated successfully, but these errors were encountered: