forked from opentiny/tiny-vue
fix(anchor): 修复anchor组件MD文档说明 (#34)
* feat(anchor): 新增anchor组件第一个功能:基本使用 * feat(anchor): 修改anchor组件讨论意见,增加container api和maskClass类名 * fix(anchor): 修复anchor组件MD文档说明
This commit is contained in:
parent
bd3d60d331
commit
bedfc4d51f
|
@ -13,8 +13,8 @@
|
|||
|
||||
### 指定容器内滚动
|
||||
|
||||
指定容器containerId后,可以通过阻止a标签的默认事件,实现单页面hash路由模式的页面跳转
|
||||
还可以通过maskClass属性设置自定义雷鸣,高亮显示滚到的目标元素
|
||||
指定容器 `containerId` 后,可以通过阻止a标签的默认事件,实现单页面`hash`路由模式的页面跳转
|
||||
还可以通过`maskClass`属性设置自定义类名,高亮显示滚动的目标元素
|
||||
|
||||
<nova-demo-view link="anchor/set-container"></nova-demo-view>
|
||||
|
||||
|
|
Loading…
Reference in New Issue