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
3029549e40fefedf89bacc60f1c56384cd209cdb
Authored by
jingsam
2016-11-30 13:28:59 +0800
1 parent
9817ce99
fixup
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
src/components/button/button.vue
Inline
Side-by-side
src/components/button/button.vue
Wrap text
Show/Hide comments
View file @
3029549
...
...
@@ -10,7 +10,6 @@
10
10
import { oneOf } from '../../utils/assist';
11
11
12
12
const prefixCls = 'ivu-btn';
13
- const iconPrefixCls = 'ivu-icon';
14
13
15
14
export default {
16
15
components: { Icon },
...
...