[Doc] Button: add route demo (#4068)
This commit is contained in:
+2
-2
@@ -57,8 +57,8 @@ Vue.use(Cell).use(CellGroup);
|
||||
|
||||
```html
|
||||
<van-cell-group>
|
||||
<van-cell title="Cell title" is-link url="//youzan.github.io/vant/mobile.html" />
|
||||
<van-cell title="Cell title" is-link to="index" />
|
||||
<van-cell title="URL" is-link url="//youzan.github.io/vant/mobile.html" />
|
||||
<van-cell title="Vue Router" is-link to="index" />
|
||||
</van-cell-group>
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user