Skip to content

Commit 39ef7aa

Browse files
committed
fix: fix maxHeight type problem
1 parent 7218b94 commit 39ef7aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/CodeDiff.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ interface Props {
1616
outputFormat?: 'line-by-line' | 'side-by-side'
1717
trim?: boolean
1818
noDiffLineFeed?: boolean
19-
maxHeight?: number
19+
maxHeight?: string
2020
filename?: string
2121
}
2222

0 commit comments

Comments
 (0)