Skip to content

Commit 47a5afd

Browse files
committed
doc:更新文档
1 parent 003f78f commit 47a5afd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ export default (conf: Configuration, env: 'development' | 'production', options:
9898
9999
```markdown
100100

101-
\```tsx | preview
101+
\```tsx preview
102102
import React from "react"
103103
const Demo = ()=>{
104104
return <div>测试</div>
@@ -108,7 +108,7 @@ export default Demo
108108

109109
\```
110110

111-
\```tsx | preview:demo12
111+
\```tsx preview:demo12
112112
import React from "react"
113113
const Demo = ()=>{
114114
return <div>测试</div>

0 commit comments

Comments
 (0)