[bug fix]: Advanced Component document

This commit is contained in:
WyTiny
2017-10-24 04:38:25 -05:00
committed by neverland
parent 8c4866e6a7
commit 1bf316ab99
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ Vue.component(CellSwipe.name, CellSwipe);
<van-cell-group>
<van-cell title="Cell" value="Cell Content"></van-cell>
</van-cell-group>
<span slot="right">Delete/span>
<span slot="right">Delete</span>
</van-cell-swipe>
```
:::