Upgraded to new IgniteHtml register element.
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
import { IgniteHtml } from '../ignite-html/ignite-html.js';
|
||||
import { IgniteElement } from "../ignite-html/ignite-element.js";
|
||||
import { IgniteTemplate, div, h1, slot, button } from "../ignite-html/ignite-template.js";
|
||||
import { IgniteProperty } from "../ignite-html/ignite-html.js";
|
||||
@@ -225,8 +226,8 @@ class DrawerTemplate extends IgniteTemplate {
|
||||
}
|
||||
}
|
||||
|
||||
IgniteHtml.register("mt-drawer", Drawer);
|
||||
|
||||
export {
|
||||
DrawerTemplate as Drawer
|
||||
};
|
||||
|
||||
customElements.define("mt-drawer", Drawer);
|
||||
}
|
Reference in New Issue
Block a user