neverland
|
317035e9f5
|
docs: add documentation of all typings (#9359)
|
2021-08-31 15:51:38 +08:00 |
|
neverland
|
be3a7d7497
|
docs: fix gray typo (#8953)
* docs: fix gray typo
* docs: fix prettier issue
|
2021-06-29 20:41:29 +08:00 |
|
neverland
|
4ccd7c1cb5
|
feat: add more color variables (#8861)
* style: add --van-warning-color
* style: add --van-success-color
* feat: add more color variables
|
2021-06-14 15:21:05 +08:00 |
|
chenjiahan
|
981ad0f3ce
|
docs: update componen varriable value format
|
2021-06-14 11:13:38 +08:00 |
|
chenjiahan
|
b3cc75dcbd
|
docs: update component css vars value
|
2021-06-14 11:13:38 +08:00 |
|
neverland
|
8e3833acc8
|
docs: update component CSS variable names (#8857)
|
2021-06-14 10:23:47 +08:00 |
|
neverland
|
2e889b2641
|
feat(Checkbox): icon slot add disabled param (#8839)
|
2021-06-09 10:14:24 +08:00 |
|
dengrongyao
|
56429ad4e1
|
docs: 调整组件介绍文档
|
2021-04-08 09:57:55 +08:00 |
|
neverland
|
f7706fb179
|
docs: add component registration link (#8378)
|
2021-03-18 11:23:49 +08:00 |
|
neverland
|
110af6f1f4
|
docs: revert cdn URL (#8310)
|
2021-03-08 17:19:56 +08:00 |
|
neverland
|
dcef90a2a3
|
docs: improve click event typing (#8106)
|
2021-02-09 16:35:54 +08:00 |
|
neverland
|
67d44a0fa5
|
docs: fix cdn link (#8023)
|
2021-01-27 10:25:07 +08:00 |
|
chenjiahan
|
51bc1cee8a
|
docs: remove all v2 version tag
|
2021-01-10 19:08:09 +08:00 |
|
chenjiahan
|
8d7dacdda7
|
docs(Radio): use composition api
|
2020-12-09 10:43:43 +08:00 |
|
chenjiahan
|
28afc8a521
|
Merge branch '2.x' into dev
|
2020-12-01 10:12:54 +08:00 |
|
chenjiahan
|
bb18310f1b
|
docs: uniform color
|
2020-11-30 23:00:32 +08:00 |
|
chenjiahan
|
5723c8a6bb
|
docs: fix v-model api #7649
|
2020-11-30 22:07:21 +08:00 |
|
chenjiahan
|
8ce14496f5
|
Merge branch '2.x' into dev
|
2020-11-22 16:06:24 +08:00 |
|
neverland
|
862adcd8eb
|
docs: display all less variables (#7604)
|
2020-11-22 16:02:46 +08:00 |
|
chenjiahan
|
d7a944e391
|
Merge branch 'dev' into next
|
2020-10-22 17:53:36 +08:00 |
|
chenjiahan
|
76299ef0be
|
docs: add more component intro
|
2020-10-22 17:52:46 +08:00 |
|
chenjiahan
|
b5cd336bb8
|
Merge branch 'dev' into next
|
2020-10-22 16:10:38 +08:00 |
|
neverland
|
7ec560fc82
|
docs: rename SlotProps (#7381)
|
2020-10-21 21:47:28 +08:00 |
|
chenjiahan
|
c2d5a18f59
|
Merge branch 'dev' into next
|
2020-09-28 11:46:26 +08:00 |
|
chenjiahan
|
a5dbcf9638
|
docs: add period at the end of sentence
|
2020-09-27 21:02:52 +08:00 |
|
chenjiahan
|
f19386fe1f
|
Merge branch 'dev' into next
|
2020-09-05 07:17:49 +08:00 |
|
neverland
|
d0eb103cba
|
docs: remove earlier version tags (#7109)
|
2020-09-05 07:13:47 +08:00 |
|
chenjiahan
|
d42b1b43c3
|
docs: update component registration guide
|
2020-08-20 23:32:07 +08:00 |
|
chenjiahan
|
7f84f8a487
|
docs: prettier all markdown files
|
2020-04-11 09:17:33 +08:00 |
|
chenjiahan
|
a8c671ecfd
|
docs: update vant-weapp demo
|
2020-03-21 07:11:42 +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 |
|
陈嘉涵
|
15390241d8
|
feat(CheckboxGroup): add direction prop
|
2020-02-10 19:37:52 +08:00 |
|
陈嘉涵
|
4dd41b23de
|
feat(RadioGroup): add direction prop
|
2020-02-10 19:02:30 +08:00 |
|
陈嘉涵
|
779c83bd67
|
docs(Radio): improve param type
|
2020-02-08 20:22:57 +08:00 |
|
陈嘉涵
|
c6f424baa7
|
docs: update numeric type
|
2020-01-29 10:11:09 +08:00 |
|
陈嘉涵
|
cdbd67f379
|
docs: update markdown code block
|
2020-01-18 20:14:16 +08:00 |
|
陈嘉涵
|
9bcfddc958
|
docs: add import when using Toast or Notify
|
2020-01-18 08:25:24 +08:00 |
|
陈嘉涵
|
80568816e3
|
docs: update install guide
|
2020-01-16 20:58:32 +08:00 |
|
陈嘉涵
|
3d10d42fcc
|
fix(Checkbox): only the icon is clickable when label-disabled
|
2020-01-11 08:54:07 +08:00 |
|
陈嘉涵
|
e16239e426
|
docs: update version tag
|
2020-01-10 21:06:05 +08:00 |
|
linrz
|
abdc38eeee
|
docs: add radio shape usage
|
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 |
|
neverland
|
1926d3ad09
|
docs(Checkbox): add custom shape demo (#4642)
|
2019-10-01 04:59:25 +08:00 |
|
neverland
|
9e1758c1d8
|
feat(RadioGroup): add checked-color prop (#4532)
|
2019-09-22 18:29:27 +08:00 |
|
neverland
|
314cfa6a14
|
feat(RadioGroup): add icon-size prop (#4529)
|
2019-09-22 17:17:29 +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 |
|
neverland
|
16e80672d5
|
docs: remove 1.x version tip (#4257)
|
2019-08-27 17:50:36 +08:00 |
|
neverland
|
cf92bb122a
|
[Doc] update install guide (#4083)
|
2019-08-10 11:11:10 +08:00 |
|
neverland
|
a75e4cfb18
|
[new feature] ActionSheet: add color option (#4073)
|
2019-08-08 20:48:24 +08:00 |
|