Skip to content

Commit 5cddbf2

Browse files
committed
fix: fix output format typo
1 parent e52b848 commit 5cddbf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vue3-playground/App.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const form = reactive({
1414
newFilename: 'newFile',
1515
language: 'json',
1616
diffStyle: 'word',
17-
outputFormat: 'site-by-site',
17+
outputFormat: 'side-by-side',
1818
ignoreMatchingLines: 'time',
1919
context: 3,
2020
})

0 commit comments

Comments
 (0)