Skip to content

Commit 1649fd8

Browse files
committed
chore: fix lint issue
1 parent 4d89406 commit 1649fd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/runtime/component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import type { HighlightOptions } from './types'
77
export default defineComponent({
88
props: {
99
code: String,
10-
lang: String as PropType<BundledLanguage | "text" | "txt" | "plain">,
10+
lang: String as PropType<BundledLanguage | 'text' | 'txt' | 'plain'>,
1111
highlightOptions: Object as PropType<HighlightOptions>,
1212
as: { type: String, default: 'pre' },
1313
unwrap: { type: Boolean, default: undefined },

0 commit comments

Comments
 (0)