Paulus Schoutsen 11 달 전
부모
커밋
d3a3d7103b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/install-button.ts

+ 1 - 1
src/install-button.ts

@@ -113,7 +113,7 @@ export class InstallButton extends HTMLElement {
 }
 
 function defineInstallButton() {
-  customElements.define("esp-tools-install-button", InstallButton);
+  customElements.define("esp-web-install-button", InstallButton);
 }
 
 async function polyfillWebSerial() {