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() {