There was an error while loading. Please reload this page.
1 parent a83d253 commit dc1cfcfCopy full SHA for dc1cfcf
1 file changed
docs/.vitepress/components/Playground.vue
@@ -266,7 +266,7 @@ const output = ref('')
266
const error = ref('')
267
const isInitialLoading = ref(true)
268
// biome-ignore lint/correctness/noUnusedVariables: Referenced from template.
269
-const activeOutputTab = ref<'json' | 'blocks'>('json')
+const activeOutputTab = ref<'json' | 'blocks'>('blocks')
270
const compiledProject = ref<ScratchProjectJsonLike | null>(null)
271
const selectedTargetKey = ref<string | null>(null)
272
let runDebounceTimer: ReturnType<typeof setTimeout> | null = null
0 commit comments