Skip to content

Commit dc1cfcf

Browse files
authored
fix (#45)
1 parent a83d253 commit dc1cfcf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/.vitepress/components/Playground.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ const output = ref('')
266266
const error = ref('')
267267
const isInitialLoading = ref(true)
268268
// biome-ignore lint/correctness/noUnusedVariables: Referenced from template.
269-
const activeOutputTab = ref<'json' | 'blocks'>('json')
269+
const activeOutputTab = ref<'json' | 'blocks'>('blocks')
270270
const compiledProject = ref<ScratchProjectJsonLike | null>(null)
271271
const selectedTargetKey = ref<string | null>(null)
272272
let runDebounceTimer: ReturnType<typeof setTimeout> | null = null

0 commit comments

Comments
 (0)