Skip to content

Commit

Permalink
feat: 补充上次提交
Browse files Browse the repository at this point in the history
  • Loading branch information
ZEJIA-LIU committed Oct 30, 2024
1 parent 13d1af6 commit 437a702
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/complier-mode.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,6 @@ export default function Index () {
2. 传递给 `render` 开头的函数的参数,现阶段必须是一个变量

### 例子
js:
```jsx
const ComponentA = (props) => {
const { data1, data2 } = props
Expand Down Expand Up @@ -514,7 +513,6 @@ const Item = (props) =>{
export default Item
```

css:
```css
.item {
&-header{
Expand Down

0 comments on commit 437a702

Please sign in to comment.