fix(anchor): 修复anchor组件MD文档说明 (#34)

* feat(anchor): 新增anchor组件第一个功能:基本使用

* feat(anchor): 修改anchor组件讨论意见,增加container api和maskClass类名

* fix(anchor): 修复anchor组件MD文档说明
This commit is contained in:
chenxi-20 2023-03-03 11:14:45 +08:00 committed by GitHub
parent bd3d60d331
commit bedfc4d51f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -13,8 +13,8 @@
### 指定容器内滚动
指定容器containerId后可以通过阻止a标签的默认事件实现单页面hash路由模式的页面跳转
还可以通过maskClass属性设置自定义雷鸣高亮显示滚到的目标元素
指定容器 `containerId` 可以通过阻止a标签的默认事件实现单页面`hash`路由模式的页面跳转
还可以通过`maskClass`属性设置自定义类名,高亮显示滚动的目标元素
<nova-demo-view link="anchor/set-container"></nova-demo-view>