We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e22365 commit b24f516Copy full SHA for b24f516
1 file changed
doc/docs/.vitepress/theme/components/YueCompiler.vue
@@ -196,6 +196,7 @@ export default {
196
if (window.yue) {
197
this.info = window.yue.version();
198
this.readonly = false;
199
+ this.codeChanged(this.code);
200
this.refreshEditorReadOnly();
201
}
202
};
0 commit comments