Fix et2-image-expose was not properly defined, and could not be loaded via etemplate

This commit is contained in:
nathan 2024-07-02 15:56:45 -06:00
parent 44af749074
commit 4cee859516

View File

@ -49,4 +49,4 @@ export class Et2ImageExpose extends ExposeMixin(Et2Image) implements et2_IDetach
}
}
customElements.define("et2-image-expose", Et2ImageExpose, {extends: 'img'});
customElements.define("et2-image-expose", Et2ImageExpose);