diff --git a/migrate-from-v1.md b/migrate-from-v1.md index c8bfb952a7..6cd802f252 100644 --- a/migrate-from-v1.md +++ b/migrate-from-v1.md @@ -215,6 +215,7 @@ plugins: [ - `onSelected` 重命名为 `onSelect` - 移除 `fixednavClass`,通过 `className` 实现 - 移除 `slotList`,通过 `children` 实现 +- 该组件已废弃 `BEM` 规范,记得把 `__` 改为 `-` #### Indicator - 移除 `block`,暴露自定义节点 - 移除 `align`,暴露自定义节点 diff --git a/src/packages/fixednav/demo.taro.tsx b/src/packages/fixednav/demo.taro.tsx index 0cf8030ce7..63e3239cf9 100644 --- a/src/packages/fixednav/demo.taro.tsx +++ b/src/packages/fixednav/demo.taro.tsx @@ -167,12 +167,12 @@ const FixedNavDemo = () => { > } > -