feat: codemirror6

This commit is contained in:
dap
2024-09-09 15:12:42 +08:00
parent d5da8ec765
commit e87cc9db51
11 changed files with 434 additions and 23 deletions

View File

@@ -0,0 +1,2 @@
export { default as CodeMirror } from './code-mirror.vue';
export type { LanguageSupport } from './data';