-
Notifications
You must be signed in to change notification settings - Fork 55
Open
Description
Describe the bug
您好, 我正常渲染没有问题:
Steps to reproduce
<Codemirror
:value="getCode"
:options="{ mode: language, readOnly }"
:height="height"
@change="editorChange"
@blur="editorBlur"
@ready="onReady"
/>
<NIcon title="图标" @click="switchShow">
<Codemirror
ref="CodemirrorRef"
:value="getCode"
:options="{ mode: language, readOnly, autoRefresh: true }"
:height="getModalHeight"
@change="editorChange"
@blur="editorBlur"
@ready="onReady"
/>
Package Info
2.8.0Validations
- Is it the latest version?
- Read the docs.
- Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
- The provided reproduction is a minimal reproducible example of the bug.
Metadata
Metadata
Assignees
Labels
No labels
