Skip to content

弹框中显示异常 #71

@dxhui

Description

@dxhui

Describe the bug

您好, 我正常渲染没有问题:

Image

但是我给他放在nativeUI的弹窗中就显示异常了
Image

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.0

Validations

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions