Skip to content
#

element-ui

Here are 492 public repositories matching this topic...

robot7th
robot7th commented Jul 24, 2019

image

有没有谁碰到过这问题?侧边栏渲染的时候,render方法内部报错。

ERROR in ./src/layout/components/Sidebar/Item.vue?vue&type=script&lang=js& (./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./src/layout/components/Sidebar/Item.vue?vue&type=script&lang=js&)
Module build failed (

zhaosheng808
zhaosheng808 commented Oct 10, 2019

Description
版本

"element-react": "^1.4.33",
"element-theme-default": "^1.4.13",

Dialog,Message,Message box 组件会自动关闭 但是在IE浏览器下不会自动关闭

Dialog 对话框 设置 弹框关闭

 this.state = {
    dialogVisible: false
 };

(可直接将官网在ie11浏览器打开测试https://elemefe.github.io/element-react/#/zh-CN/message-box 点击关闭无效)

在IE下 第一次不会关闭(背景蒙版消失了,但是弹框还在),需要再点击一次才会关闭

在EDGE浏览器关闭但是会闪一下!

这个bug 和 [#891 ]

Improve this page

Add a description, image, and links to the element-ui topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the element-ui topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.