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
66c7debbab889cd44192173feb172d2612305cc8
Authored by
Graham Fairweather
2018-03-08 08:46:17 +0100
1 parent
e31d3b05
A further file that was missed
Showing
1 changed file
with
0 additions
and
9 deletions
Show diff stats
src/components/select/prefixCls.js
Inline
Side-by-side
src/components/select/prefixCls.js deleted
View file @
e31d3b0
1
-import {
2
- IVU,
3
- SELECT,
4
-} from '@/utils/constants';
5
-import {
6
- kebabJoin,
7
-} from '@/utils/assist';
8
-
9
-export default kebabJoin(IVU, SELECT);