Skip to content

Commit 437a702

Browse files
committed
feat: 补充上次提交
1 parent 13d1af6 commit 437a702

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/complier-mode.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,6 @@ export default function Index () {
211211
2. 传递给 `render` 开头的函数的参数,现阶段必须是一个变量
212212

213213
### 例子
214-
js:
215214
```jsx
216215
const ComponentA = (props) => {
217216
const { data1, data2 } = props
@@ -514,7 +513,6 @@ const Item = (props) =>{
514513
export default Item
515514
```
516515

517-
css:
518516
```css
519517
.item {
520518
&-header{

0 commit comments

Comments
 (0)