Logo white

chenhaodong / mew-iview

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Commits
  • Compare
  • Branches 2
  • Tags 0
f180098687d7fdb2d01f4f1b7d3519518940ff33
  • mew-iview
16 Oct, 2017
2 commits
  • update Dropdown cls
    f1800986
    梁灏 authored
    8 years ago  
    Browse Code »
  • update dependencies
    82151bd9
    梁灏 authored
    8 years ago  
    Browse Code »

15 Oct, 2017
1 commit
  • Merge pull request #2091 from SergioCrisostomo/refactor-findComponentDownwards ...
    3bba4f15
    remove unused code, small refactor
    Aresn authored
    8 years ago  
    Browse Code »

14 Oct, 2017
1 commit
  • remove unused code, small refactor
    5ab32e9c
    Sergio Crisostomo authored
    8 years ago  
    Browse Code »

13 Oct, 2017
6 commits
  • update Scroll
    46f37a14
    梁灏 authored
    8 years ago  
    Browse Code »
  • update readme
    8fc450f5
    梁灏 authored
    8 years ago  
    Browse Code »
  • update
    59dbe5d5
    梁灏 authored
    8 years ago  
    Browse Code »
  • update Scroll
    9d275e38
    梁灏 authored
    8 years ago  
    Browse Code »
  • update dependencies
    c6487ddf
    梁灏 authored
    8 years ago  
    Browse Code »
  • remove throttle and use depence
    ed14d577
    梁灏 authored
    8 years ago  
    Browse Code »

12 Oct, 2017
2 commits
  • Merge pull request #2007 from SergioCrisostomo/scroll-component ...
    d04fb45a
    New feature: Scroll component
    Aresn authored
    8 years ago  
    Browse Code »
  • fixed #2050
    a36ef0f2
    梁灏 authored
    8 years ago  
    Browse Code »

11 Oct, 2017
4 commits
  • Merge pull request #2059 from SergioCrisostomo/add-input-event ...
    9ca05a64
    fire change on "input" event
    Aresn authored
    8 years ago  
    Browse Code »
  • fix regex and make empty string go back to old value on change
    8115f0b8
    Sergio Crisostomo authored
    8 years ago  
    Browse Code »
  • call change on input event
    c82e714c
    Sergio Crisostomo authored
    8 years ago  
    Browse Code »
  • InputNumber add `editable` property.
    7309b434
    梁灏 authored
    8 years ago  
    Browse Code »

10 Oct, 2017
2 commits
  • Merge pull request #2058 from SergioCrisostomo/add-readonly ...
    9271ce9d
    Add readonly prop to input-number
    Aresn authored
    8 years ago  
    Browse Code »
  • Add readonly prop to input-number
    cb486838
    Sergio Crisostomo authored
    8 years ago  
    Browse Code »

09 Oct, 2017
3 commits
  • simplify
    02bf8fab
    梁灏 authored
    8 years ago  
    Browse Code »
  • update tag
    9f97a0d1
    Lison authored
    8 years ago  
    Browse Code »
  • update badge.vue
    f575eca7
    Lison authored
    8 years ago  
    Browse Code »

08 Oct, 2017
6 commits
  • Merge pull request #2013 from BerlinChan/2.0 ...
    45f69735
    Remove unused and typo cursor style in ColorPicker
    Aresn authored
    8 years ago  
    Browse Code »
  • Merge pull request #2027 from SergioCrisostomo/fix-precision ...
    a50c0272
    Check if isNaN so we don't ignore value of zero
    Aresn authored
    8 years ago  
    Browse Code »
  • Merge pull request #2029 from SergioCrisostomo/resuse-pr1281 ...
    4b47f026
    Re-use pr1281
    Aresn authored
    8 years ago  
    Browse Code »
  • Merge pull request #2046 from lison16/2.0 ...
    ea89b2df
    update badge
    Aresn authored
    8 years ago  
    Browse Code »
  • Merge pull request #2047 from iview/pr/2036 ...
    83942111
    Pr/2036
    Aresn authored
    8 years ago  
    Browse Code »
  • Merge pull request #2038 from SergioCrisostomo/dry-message-and-add-tests ...
    9707bac7
    DRY message/index.js and add unit tests
    Aresn authored
    8 years ago  
    Browse Code »

07 Oct, 2017
1 commit
  • update component badge ...
    647ae4fa
    Resolved the bug of badge when setted 'dot' attribute, the dot does not hide after setting ': count = "0" '  (the type of 0 is number not string)
    Lison authored
    8 years ago  
    Browse Code »

01 Oct, 2017
1 commit
  • DRY message/index.js and add unit tests
    23e20abf
    Sergio Crisostomo authored
    8 years ago  
    Browse Code »

30 Sep, 2017
2 commits
  • Use jsFiddle as fiddle
    4991f4ec
    Sergio Crisostomo authored
    8 years ago  
    Browse Code »
  • Update form-item.vue ...
    4109caad
    修正`FormItem`使用`:error`动态设置错误信息后,`validateState`的值`error`永远无法清空的BUG
    吕庆安 authored
    8 years ago  
    Browse Code »

29 Sep, 2017
3 commits
  • eslint and replace "var" with "const"
    4a7f28fd
    Sergio Crisostomo authored
    8 years ago  
    Browse Code »
  • use gzip
    0a0971da
    huixisheng authored
    8 years ago  
    Browse Code »
  • Check if isNaN so we don't ignore value of zero
    815f8354
    Sergio Crisostomo authored
    8 years ago  
    Browse Code »

28 Sep, 2017
2 commits
  • Merge pull request #2010 from SergioCrisostomo/contribute ...
    4ef54c6e
    README update suggestions
    Aresn authored
    8 years ago  
    Browse Code »
  • Remove unused and typo cursor style in ColorPicker
    06bfc040
    Berlin Chan authored
    8 years ago  
    Browse Code »

27 Sep, 2017
4 commits
  • Use no version in source js|css files. Add some more functionality.
    fa5ea60b
    Sergio Crisostomo authored
    8 years ago  
    Browse Code »
  • README updates
    1d5e9fc3
    Sergio Crisostomo authored
    8 years ago  
    Browse Code »
  • New component: Scroll
    be01f0b4
    Sergio Crisostomo authored
    8 years ago  
    Browse Code »
  • Merge pull request #2000 from SergioCrisostomo/datepicker-refactor ...
    d9e0bcc9
    refactor and reduce code logic
    Aresn authored
    8 years ago  
    Browse Code »