fix(index.html): correct script URL for Ant Design Vue documentation search

3.x
tangjinzhou 2025-09-19 15:30:02 +08:00
parent 6962bac004
commit 35b33adb00
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@
<body> <body>
<div id="app"></div> <div id="app"></div>
<script src="https://www.antdv.com/common/docsearch.min_2.6.3.js"></script> <script src="https://www.antdv.com/docsearch.min_2.6.3.js"></script>
<script type="module" src="/src/main.js"></script> <script type="module" src="/src/main.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics --> <!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-151755889-1"></script> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-151755889-1"></script>