general: normalize name in default export

This commit is contained in:
Herrington Darkholme
2016-12-31 23:33:51 +08:00
committed by baiyaaaaa
parent 1479a345b8
commit 23423e39e7
22 changed files with 23 additions and 23 deletions

View File

@@ -25,7 +25,7 @@
import Popup from 'element-ui/src/utils/popup';
export default {
name: 'el-dialog',
name: 'ElDialog',
mixins: [Popup],