Skip to content

Commit b24f516

Browse files
committed
Fix try page draft compilation
1 parent 4e22365 commit b24f516

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

doc/docs/.vitepress/theme/components/YueCompiler.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,7 @@ export default {
196196
if (window.yue) {
197197
this.info = window.yue.version();
198198
this.readonly = false;
199+
this.codeChanged(this.code);
199200
this.refreshEditorReadOnly();
200201
}
201202
};

0 commit comments

Comments
 (0)