63 Commits

Author SHA1 Message Date
chenjiahan
1ef134822e types(Cell): use tsx 2020-09-19 23:36:52 +08:00
chenjiahan
cc8b76c86d Merge branch 'dev' into next 2020-09-18 22:01:02 +08:00
microJ
d541724bfc
docs: fix class name (#7200) 2020-09-18 11:28:34 +08:00
chenjiahan
2ec101f07b chore: rename api folder to composition 2020-08-26 15:32:30 +08:00
chenjiahan
762aed3e5d feat: add useRoute 2020-08-26 11:06:32 +08:00
chenjiahan
53109895a9 refactor(Cell): extract render function 2020-08-24 19:41:18 +08:00
chenjiahan
d42b1b43c3 docs: update component registration guide 2020-08-20 23:32:07 +08:00
chenjiahan
4d58dbe3a6 fix(Field): should not render empty label 2020-08-17 19:57:35 +08:00
chenjiahan
73d538be05 Merge branch 'dev' into next 2020-07-25 15:50:49 +08:00
neverland
ab37ee6d67
style(Cell): adjust icon margin to 4px (#6844) 2020-07-23 19:37:15 +08:00
chenjiahan
0304fcb6fa chore: merge src and src-next 2020-07-15 20:02:00 +08:00
neverland
d4737ff07e
docs(Cell): updte icon size (#6780) 2020-07-14 20:02:00 +08:00
neverland
f325a62576
style(Cell): adjust inner border gap (#6686) 2020-07-03 14:00:44 +08:00
neverland
2c4f0efd6f
style(Cell): lower CSS priority of the border (#6359) 2020-05-24 16:39:54 +08:00
neverland
5c8d1d2420
docs(Cell): add extra slot (#6289)
* docs(Cell): add extra slot

* docs: upd
2020-05-16 10:54:25 +08:00
chenjiahan
7f84f8a487 docs: prettier all markdown files 2020-04-11 09:17:33 +08:00
chenjiahan
d8fa4b9495 docs: simplify $t to t 2020-03-21 14:46:02 +08:00
lmx-Hexagram
f36961fe29
docs: change slot to # (#5858)
* docs(SwipeCell): change "slot" to "v-slot"

* docs(SwipeCell): change `v-slot` to`#`

* docs(cell): change `slot` to `#`

* docs(checkbox): change `slot` to `v-slot`

* docs(field): change `slot` to `v-slot`

* docs(checkbox): remove wrong comment

* docs(radio): change `slot` to `#`

* docs(search): change `slot` to `#`

* docs(slider): change `slot` to `#`

* docs(switch): change `slot` to `#`

* docs(PullRefresh): change `slot` to `#`

* docs(collapse): change `slot` to `#`

* docs(panel): change `slot` to `#`

* docs(swipe): change `slot` to `#`

* docs(navbar): change `slot` to `#`

* docs(tab): change `slot` to `#`

* docs(tabber): change `slot` to `#`

* docs(TreeSelect): change `slot` to `#`

* docs(card): change `slot` to `#`

* docs(submitBar): change `slot` to `#`

* docs(sku): change `slot` to `#` unsure

* docs(cell): delete waste blank line

* docs(panel): fix indentation

* docs(PullRefresh): change "count" to "Refresh Count"

* docs(radio): delete waste blank line

* docs(search): move props above the event

* docs(submitBar): delete waste `<span>`

* docs(swipCell): delete waste blank line

* docs(tabbar): merge `<img>` into one line
2020-03-20 14:12:00 +08:00
chenjiahan
130e1ac7a6 feat(Button): add icon-prefix prop (#5666) 2020-02-28 15:40:46 +08:00
chenjiahan
51513d9423 feat(Cell): add icon-prefix prop (#5666) 2020-02-24 21:24:26 +08:00
陈嘉涵
aceaa2f739 docs: improve event param typing 2020-02-09 11:12:15 +08:00
陈嘉涵
e7d3f536c7 docs: improve link spacing 2020-02-08 20:16:04 +08:00
陈嘉涵
c6f424baa7 docs: update numeric type 2020-01-29 10:11:09 +08:00
陈嘉涵
e04fb6cd7b docs: fix arrow-direction default value 2020-01-23 10:36:43 +08:00
陈嘉涵
24ec818121 docs: optimize icon link 2020-01-23 10:32:02 +08:00
陈嘉涵
bb53c3c758 chore: sort imports 2020-01-19 19:29:30 +08:00
陈嘉涵
08c84c9c38 chore: prettier all less files 2020-01-19 17:15:54 +08:00
陈嘉涵
82208c42b8 chore: prettier all demos 2020-01-19 15:39:00 +08:00
陈嘉涵
207e80f396 chore: prettier all ts code 2020-01-19 15:27:28 +08:00
陈嘉涵
389d68884d chore: add trailingComma 2020-01-19 11:57:09 +08:00
陈嘉涵
cdbd67f379 docs: update markdown code block 2020-01-18 20:14:16 +08:00
陈嘉涵
80568816e3 docs: update install guide 2020-01-16 20:58:32 +08:00
陈嘉涵
4ed3bd4c7e feat: improve cursor of some components 2020-01-11 08:42:03 +08:00
陈嘉涵
e16239e426 docs: update version tag 2020-01-10 21:06:05 +08:00
陈嘉涵
630155833f docs: should hide some demes in vant-weapp 2019-12-30 11:37:07 +08:00
linrz
1b18c15d28 docs: update some examples of button and cell 2019-12-29 21:21:24 +08:00
linrz
f0815bc405 docs: complete some examples of button/cell/checkbox/radio 2019-12-29 21:21:24 +08:00
陈嘉涵
9c6ae2c28b chore(Cell): improve jsx segment 2019-12-16 11:45:28 +08:00
neverland
28e2849087
fix(Cell): should break word of value (#5029) 2019-11-17 07:45:04 +08:00
neverland
aee1091c5c
chore: adjust path of test utils (#4997) 2019-11-13 16:46:01 +08:00
neverland
0a1d6b5a9b
docs: fix icon link (#4758) 2019-10-17 17:20:41 +08:00
neverland
65dcc56753
docs: update desc of replace prop (#4639) 2019-09-30 11:48:32 +08:00
neverland
3c210f8252
feat(Cell): improve accessibility (#4519) 2019-09-20 20:29:38 +08:00
neverland
eb32c6b02e
feat(Tab): add to、url、replace prop (#4422) 2019-09-11 11:15:53 +08:00
neverland
6069d72df4
docs: add more links (#4420) 2019-09-10 20:27:42 +08:00
neverland
c0d84c8afb
docs(Icon): update document (#4312) 2019-08-31 18:06:54 +08:00
陈嘉涵
706e513725 docs: should hide cell valueOnly demo in weapp 2019-08-30 11:52:00 +08:00
neverland
8df92071f5
docs: update cell (#4293) 2019-08-30 11:44:33 +08:00
neverland
ecbdc2bede
docs: type highlight (#4264) 2019-08-27 22:09:21 +08:00
neverland
959efb0ce6
docs: add version tip in en docs (#4262) 2019-08-27 19:56:30 +08:00