We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3acbbe commit af4209aCopy full SHA for af4209a
pages/paste/index.vue
@@ -129,8 +129,9 @@ const handleChange = (uploadFile, uploadFiles) => {
129
class="theme-border-primary mb-[10px] w-full rounded-none border-2 py-[10px]"
130
:placeholder="textValue.placeholder1" />
131
<!-- 内容编辑器 -->
132
- <MonacoEditor
+ <LazyMonacoEditor
133
v-model="pasteFormData.content"
134
+ hydrate-on-visible
135
class="theme-border-primary h-[50vh] rounded-none border-2"
136
:lang="pasteFormData.language" />
137
<!-- 文件选择器 -->
0 commit comments