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
@@ -47,7 +47,7 @@
|
||||
import ElCheckbox from 'element-ui/packages/checkbox';
|
||||
|
||||
export default {
|
||||
name: 'el-tree-node',
|
||||
name: 'ElTreeNode',
|
||||
|
||||
props: {
|
||||
node: {
|
||||
|
||||
Reference in New Issue
Block a user