1
1
mirror of https://github.com/go-gitea/gitea synced 2025-08-11 03:58:20 +00:00

Polyfill the window.customElements (#23592) (#23595)

Backport #23592

Close #23590

It seems that some browsers don't support customElements
This commit is contained in:
wxiaoguang
2023-03-21 02:52:05 +08:00
committed by GitHub
parent 726d6a5077
commit 0732ba32ee
3 changed files with 14 additions and 0 deletions

View File

@@ -15,6 +15,7 @@
"@mcaptcha/vanilla-glue": "0.1.0-alpha-3",
"@primer/octicons": "17.10.2",
"@vue/compiler-sfc": "3.2.45",
"@webcomponents/custom-elements": "1.5.1",
"add-asset-webpack-plugin": "2.0.1",
"ansi-to-html": "0.7.2",
"asciinema-player": "3.0.1",