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
+1 -1
View File
@@ -286,7 +286,7 @@ import { ref } from 'vue';
export default {
setup() {
const value = ref([{ url: 'https://img.yzcdn.cn/vant/leaf.jpg' }]);
const value = ref([{ url: 'https://img01.yzcdn.cn/vant/leaf.jpg' }]);
return { value };
},
};
+1 -1
View File
@@ -311,7 +311,7 @@ import { ref } from 'vue';
export default {
setup() {
const value = ref([{ url: 'https://img.yzcdn.cn/vant/leaf.jpg' }]);
const value = ref([{ url: 'https://img01.yzcdn.cn/vant/leaf.jpg' }]);
return { value };
},
};
+1 -1
View File
@@ -127,7 +127,7 @@ export default {
radio: '1',
slider: 50,
stepper: 1,
uploader: [{ url: 'https://img.yzcdn.cn/vant/leaf.jpg' }],
uploader: [{ url: 'https://img01.yzcdn.cn/vant/leaf.jpg' }],
checkbox: false,
checkboxGroup: [],
switchChecked: false,
@@ -393,7 +393,7 @@ exports[`should render demo and match snapshot 1`] = `
<div class="van-uploader__wrapper">
<div class="van-uploader__preview">
<div class="van-image van-uploader__preview-image">
<img src="https://img.yzcdn.cn/vant/leaf.jpg"
<img src="https://img01.yzcdn.cn/vant/leaf.jpg"
class="van-image__img"
style="object-fit: cover;"
>