mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-05-18 11:37:33 +08:00
Various improvements
This commit is contained in:
@@ -3,11 +3,7 @@ import IElement from "./IElement"
|
||||
|
||||
export default class InputElement extends IElement {
|
||||
|
||||
static elementName = "ueb-input"
|
||||
|
||||
constructor() {
|
||||
super({}, new InputTemplate())
|
||||
}
|
||||
}
|
||||
|
||||
customElements.define(InputElement.elementName, InputElement)
|
||||
|
||||
Reference in New Issue
Block a user