[Doc] use relative path for links (#4093)
This commit is contained in:
@@ -77,7 +77,7 @@ Vue.use(Button);
|
||||
### Route
|
||||
|
||||
```html
|
||||
<van-button type="primary" url="//youzan.github.io/vant/mobile.html">URL</van-button>
|
||||
<van-button type="primary" url="/vant/mobile.html">URL</van-button>
|
||||
<van-button type="primary" to="index">Vue Router</van-button>
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user