Skip to content

Commit e9010e1

Browse files
committed
doc: update doc
1 parent 21502ea commit e9010e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/src/components/DemoBox.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,8 @@ export default defineComponent({
143143
props.jsfiddle && props.jsfiddle.docHtml
144144
? (
145145
props.jsfiddle.docHtml
146-
.replace('<h2 id="zh-cn">zh-CN</h2>', '')
147-
.split('<h2 id="en-us">en-US</h2>')[globalConfig.isZhCN.value ? 0 : 1] || ''
146+
.replace('<h2 id="zh-CN">zh-CN</h2>', '')
147+
.split('<h2 id="en-US">en-US</h2>')[globalConfig.isZhCN.value ? 0 : 1] || ''
148148
).trim()
149149
: '',
150150
);

0 commit comments

Comments
 (0)