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
+1 -1
View File
@@ -139,7 +139,7 @@ export default {
```html
<van-dialog v-model:show="show" title="标题" show-cancel-button>
<img src="https://img01.yzcdn.cn/vant/apple-3.jpg" />
<img src="https://img.yzcdn.cn/vant/apple-3.jpg" />
</van-dialog>
```