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 ecf327f commit 93b7d6aCopy full SHA for 93b7d6a
1 file changed
src/components/ConsolePanel.vue
@@ -170,6 +170,10 @@ onMounted(() => {
170
lunaConsole = new LunaConsole(containerRef.value, {
171
theme: dark.value ? 'dark' : 'light',
172
maxNum: 10_000,
173
+ asyncRender: true,
174
+ accessGetter: true,
175
+ unenumerable: true,
176
+ lazyEvaluation: true,
177
})
178
179
if (clampedHeight.value !== props.height) {
0 commit comments