We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13d1af6 commit 437a702Copy full SHA for 437a702
1 file changed
docs/complier-mode.mdx
@@ -211,7 +211,6 @@ export default function Index () {
211
2. 传递给 `render` 开头的函数的参数,现阶段必须是一个变量
212
213
### 例子
214
-js:
215
```jsx
216
const ComponentA = (props) => {
217
const { data1, data2 } = props
@@ -514,7 +513,6 @@ const Item = (props) =>{
514
513
export default Item
515
```
516
517
-css:
518
```css
519
.item {
520
&-header{
0 commit comments