refactor: github flavored codemirror light theme

This commit is contained in:
liyasthomas
2021-09-07 16:26:26 +05:30
parent 602aabdeb8
commit dc5f52cc0d
4 changed files with 17 additions and 4 deletions

View File

@@ -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,
}
)