mirror of
https://github.com/ElemeFE/element.git
synced 2025-12-19 12:04:02 +08:00
general: normalize name in default export
This commit is contained in:
committed by
baiyaaaaa
parent
1479a345b8
commit
23423e39e7
@@ -25,7 +25,7 @@
|
||||
import Popup from 'element-ui/src/utils/popup';
|
||||
|
||||
export default {
|
||||
name: 'el-dialog',
|
||||
name: 'ElDialog',
|
||||
|
||||
mixins: [Popup],
|
||||
|
||||
|
||||
Reference in New Issue
Block a user