-- import "codemirror-editor-vue3/dist/style.css"; Props 组件Events Codemirror Events TIP:以下事件为官方 Codemirror 自身事件,具体内容可以查阅官方文档Codemirror Event,使用本插件时可以直接通过组件绑定以下事件: <Codemirror v-model:value="code" :options="{ mode: 'text/x-vue', theme: 'default' }...