fix(docs): fix the page generates multiple useless form elements (#1471)

This commit is contained in:
zhb333
2021-02-26 20:37:34 +08:00
committed by GitHub
parent e2d1b36dc9
commit abe02101fa

View File

@@ -237,6 +237,7 @@ ${this.codepen.style}
document.body.appendChild(form)
form.submit()
document.body.removeChild(form)
},
scrollHandler() {