chenhaodong
/
mew-iview
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
d6fc746ed981f6cdad3620d1eb7d859c9f654cd9
Authored by
chenhaodong
2019-06-05 19:01:13 +0800
1 parent
b9851cf0
fix
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
src/index.js
Inline
Side-by-side
src/index.js
Wrap text
Show/Hide comments
View file @
d6fc746
...
...
@@ -117,6 +117,7 @@ const components = {
117
117
MewMenu,
118
118
MewMenuGroup: MewMenu.Group,
119
119
MewMenuItem: MewMenu.Item,
120
+ MewSubmenu: MewMenu.Sub,
120
121
Modal,
121
122
Notice,
122
123
Option: Option,
...
...