Skip to content

Commit 93b7d6a

Browse files
authored
fix: allow more luna options (#346)
1 parent ecf327f commit 93b7d6a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/components/ConsolePanel.vue

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,10 @@ onMounted(() => {
170170
lunaConsole = new LunaConsole(containerRef.value, {
171171
theme: dark.value ? 'dark' : 'light',
172172
maxNum: 10_000,
173+
asyncRender: true,
174+
accessGetter: true,
175+
unenumerable: true,
176+
lazyEvaluation: true,
173177
})
174178
175179
if (clampedHeight.value !== props.height) {

0 commit comments

Comments
 (0)