We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 755517e commit 46644ffCopy full SHA for 46644ff
site/index.html
@@ -19,6 +19,9 @@
19
}
20
</style>
21
<script>
22
+ if (location.host === 'ant-design-vue.gitee.io' || location.host === 'vue.ant.design') {
23
+ location.replace(location.href.replace(location.host, 'www.antdv.com'));
24
+ }
25
var _hmt = _hmt || [];
26
var srcMap = {
27
'ant-design-vue.gitee.io': 'https://hm.baidu.com/hm.js?1e30265f06f76fabfcdb7ed272017441',
0 commit comments