We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d89406 commit 1649fd8Copy full SHA for 1649fd8
src/runtime/component.ts
@@ -7,7 +7,7 @@ import type { HighlightOptions } from './types'
7
export default defineComponent({
8
props: {
9
code: String,
10
- lang: String as PropType<BundledLanguage | "text" | "txt" | "plain">,
+ lang: String as PropType<BundledLanguage | 'text' | 'txt' | 'plain'>,
11
highlightOptions: Object as PropType<HighlightOptions>,
12
as: { type: String, default: 'pre' },
13
unwrap: { type: Boolean, default: undefined },
0 commit comments