Commit Graph

18 Commits

Author SHA1 Message Date
zazzaz
b1bdb6de8b build: add type (#685)
* build: add type

* chore: update

* chore: update

* chore: update

* chore: update

* chore: update

* chore: update

* chore: update
2020-11-26 23:09:31 +08:00
Simona
c5fc8b4e9a build: optimize (#560)
* build: replace ts-loader with @babel/preset-typescript
2020-11-10 14:24:09 +08:00
zazzaz
6b69d0a457 build: fix build bundle (#545)
* chore: update

* chore: update
2020-11-05 19:11:04 +08:00
Simona
4e8ea7e4c1 feat: unify form event dispatch and global config (#527) 2020-11-02 11:05:08 +08:00
Ryan
d5d7e8700e fix(checkbox): fix warn about lacking default value of inject 2020-09-05 20:32:10 +08:00
zouhang
21382d2ee0 style(checkbox): optimize code 2020-09-04 14:59:29 +08:00
zouhang
cdaa5199e2 style(checkbox): optimize code 2020-09-04 14:59:29 +08:00
zouhang
d235022f71 style(checkbox): improve code 2020-09-04 14:59:29 +08:00
zouhang
c53f79f94f fix(checkbox): change provided props to reactive 2020-09-04 14:59:29 +08:00
zouhang
244d5159de style(checkbox): improve code style 2020-09-04 14:59:29 +08:00
zouhang
ab8c77f0ff refactor(checkbox): refactor checkbox component 2020-09-04 14:59:29 +08:00
zouhang
a8d825bce8 feat(checkbox): optimize code logic 2020-09-04 14:59:29 +08:00
Herrington Darkholme
12e5e93387 fix(checkbox): fix test cases in checkbox 2020-08-31 09:43:07 +08:00
hangzou
7931f2a2fb Feat/dropdown (#199) 2020-08-28 11:44:04 +08:00
zouhang
0d4e781272 test(checkbox): test dev push 2020-08-25 10:39:23 +08:00
zouhang
047090b127 fix(checkbox): fix prop's label default value 2020-08-25 10:30:03 +08:00
hanx316
07d2beccfc chore(project): modify some lint rules
allow vue default props; disallow arrow parens when only one parameter; use rule words rather than
number; modify the sequences of rules; delete a duplicate field in tsconfig
2020-08-19 23:15:51 +08:00
hangzou
dbaf83e2a4 Feat/checkbox (#131)
* feat(checkbox): init checkbox

* feat(checkbox): update checkbox-button checkbox-group

* feat(checkbox): init unit test

* feat(checkbox): update unit test

* fix(checkbox): improve some code

* test(checkbox): update test case
2020-08-13 15:16:38 +08:00