Open
Description
Autocompletion dont work in JS strings. It should work, because Vanilla JS Router uses strings to output.
For example:
customElements.define('page-test', class extends HTMLElement {
connectedCallback() {
this.innerHTML = /*html*/`
<ion-header>
<ion-toolbar>
<ion-title>Test</ion-title>
</ion-toolbar>
</ion-header>
<ion-content force-overscroll="true" class="ion-padding" color="light">
test
</ion-content>
`;
}
});
Metadata
Metadata
Assignees
Labels
No labels