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