mirror of
https://github.com/ElemeFE/element.git
synced 2025-12-16 11:44:01 +08:00
general: normalize name in default export
This commit is contained in:
committed by
baiyaaaaa
parent
1479a345b8
commit
23423e39e7
@@ -23,7 +23,7 @@
|
||||
import Popper from 'element-ui/src/utils/vue-popper';
|
||||
|
||||
export default {
|
||||
name: 'el-tooltip',
|
||||
name: 'ElTooltip',
|
||||
|
||||
mixins: [Popper],
|
||||
|
||||
|
||||
Reference in New Issue
Block a user