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
@@ -18,7 +18,7 @@
|
||||
import {t} from 'element-ui/src/locale';
|
||||
|
||||
export default {
|
||||
name: 'el-tree',
|
||||
name: 'ElTree',
|
||||
|
||||
props: {
|
||||
data: {
|
||||
|
||||
Reference in New Issue
Block a user