Skip to content

Commit 99de134

Browse files
committed
chore: steps
1 parent 95b92c8 commit 99de134

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

scripts/build-taro.mjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ const transform = (file, api, replace) => {
5959
return
6060
}
6161
const dir = join(__dirname, alias.replace('@/', '../src/'))
62-
console.log(alias, file)
6362
if (file.path) {
6463
path.node.source.value = relativePath(dir, file.path)?.replace(
6564
'.taro',

src/packages/rate/doc.taro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ import { Rate } from '@nutui/nutui-react-taro'
108108

109109
## Rate
110110

111-
## Props
111+
### Props
112112

113113
| 属性 | 说明 | 类型 | 默认值 |
114114
| --- | --- | --- | --- |

0 commit comments

Comments
 (0)