docs: revert cdn URL (#8310)

This commit is contained in:
neverland
2021-03-08 17:19:56 +08:00
committed by GitHub
parent 8bae9ca0ed
commit 110af6f1f4
96 changed files with 249 additions and 268 deletions
+3 -3
View File
@@ -119,15 +119,15 @@ export default {
const customIconOptions = computed(() => [
{
name: t('name'),
icon: 'https://img01.yzcdn.cn/vant/custom-icon-fire.png',
icon: 'https://img.yzcdn.cn/vant/custom-icon-fire.png',
},
{
name: t('name'),
icon: 'https://img01.yzcdn.cn/vant/custom-icon-light.png',
icon: 'https://img.yzcdn.cn/vant/custom-icon-light.png',
},
{
name: t('name'),
icon: 'https://img01.yzcdn.cn/vant/custom-icon-water.png',
icon: 'https://img.yzcdn.cn/vant/custom-icon-water.png',
},
]);