docs: fix cdn link (#8023)

This commit is contained in:
neverland
2021-01-27 10:25:07 +08:00
committed by GitHub
parent 07678f2d6b
commit 67d44a0fa5
93 changed files with 267 additions and 250 deletions

View File

@@ -111,11 +111,11 @@ export default {
<template #content>
<van-image
v-if="activeIndex === 0"
src="https://img.yzcdn.cn/vant/apple-1.jpg"
src="https://img01.yzcdn.cn/vant/apple-1.jpg"
/>
<van-image
v-if="activeIndex === 1"
src="https://img.yzcdn.cn/vant/apple-2.jpg"
src="https://img01.yzcdn.cn/vant/apple-2.jpg"
/>
</template>
</van-tree-select>

View File

@@ -117,11 +117,11 @@ export default {
<template #content>
<van-image
v-if="activeIndex === 0"
src="https://img.yzcdn.cn/vant/apple-1.jpg"
src="https://img01.yzcdn.cn/vant/apple-1.jpg"
/>
<van-image
v-if="activeIndex === 1"
src="https://img.yzcdn.cn/vant/apple-2.jpg"
src="https://img01.yzcdn.cn/vant/apple-2.jpg"
/>
</template>
</van-tree-select>

View File

@@ -25,12 +25,12 @@
<van-image
v-if="activeIndex3 === 0"
:show-loading="false"
src="https://img.yzcdn.cn/vant/apple-1.jpg"
src="https://img01.yzcdn.cn/vant/apple-1.jpg"
/>
<van-image
v-if="activeIndex3 === 1"
:show-loading="false"
src="https://img.yzcdn.cn/vant/apple-2.jpg"
src="https://img01.yzcdn.cn/vant/apple-2.jpg"
/>
</template>
</van-tree-select>

View File

@@ -99,7 +99,7 @@ exports[`should render demo and match snapshot 1`] = `
</div>
<div class="van-tree-select__content">
<div class="van-image">
<img src="https://img.yzcdn.cn/vant/apple-1.jpg"
<img src="https://img01.yzcdn.cn/vant/apple-1.jpg"
class="van-image__img"
>
</div>