refactor: github flavored codemirror light theme
This commit is contained in:
@@ -14,12 +14,13 @@ const props = withDefaults(
|
||||
value: string
|
||||
mode: string
|
||||
placeholder?: string
|
||||
wrap: boolean
|
||||
wrap?: boolean
|
||||
linter: LinterDefinition | null
|
||||
}>(),
|
||||
{
|
||||
linter: null as any,
|
||||
placeholder: "",
|
||||
wrap: true,
|
||||
linter: null as any,
|
||||
}
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user