types(NavBar): fix NavBarProps spelling (#9818)

This commit is contained in:
neverland
2021-11-06 15:46:30 +08:00
committed by GitHub
parent 06d7f3fefa
commit db93b40db8
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -128,7 +128,7 @@ export default {
组件导出以下类型定义:
```ts
import type { NavbarProps } from 'vant';
import type { NavBarProps } from 'vant';
```
## 主题定制