52 Commits

Author SHA1 Message Date
neverland
c3ad21791b
docs: prefer using ref (#9285)
* docs: prefer using ref

* docs: fix lint error
2021-08-18 16:39:09 +08:00
neverland
1aba8227e7
docs(TreeSelect): improve document (#9274) 2021-08-17 19:32:51 +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
dengrongyao
55afff0e9c docs: Adjust punctuation 2021-04-08 09:57:55 +08:00
dengrongyao
2210f8240d docs: Supplement English intro 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
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
039732d4be docs(TreeSelect): fix setup 2020-12-15 14:48:56 +08:00
chenjiahan
668a7fbf5f docs(TreeSelect): use composition api 2020-12-13 14:02:16 +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
f34d828f25 Merge branch '2.x' into dev 2020-11-21 18:47:31 +08:00
neverland
a3b9e67d36
docs: fix grammar errors (#7594) 2020-11-20 20:39:40 +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
0304fcb6fa chore: merge src and src-next 2020-07-15 20:02:00 +08:00
neverland
5486e82b41
feat(TreeSelect): add selected-icon prop (#6615) 2020-06-26 21:19:19 +08:00
chenjiahan
7f84f8a487 docs: prettier all markdown files 2020-04-11 09:17:33 +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
0cc7a30528 feat(TreeSelect): add badge option, mark info option as deprecated 2020-03-17 21:09:22 +08:00
陈嘉涵
e2f1e6810b feat(TreeSelect): some props can be string 2020-01-31 10:20:36 +08:00
陈嘉涵
c6f424baa7 docs: update numeric type 2020-01-29 10:11:09 +08:00
陈嘉涵
3a4107ef49 docs: make document more compact 2020-01-19 19:52:46 +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
陈嘉涵
e16239e426 docs: update version tag 2020-01-10 21:06:05 +08:00
neverland
cc03640576
feat(TreeSelect): add className option (#4671) 2019-10-10 09:48:11 +08:00
neverland
b279408e10
feat(TreeSelect): add dot option (#4433) 2019-09-11 17:55:28 +08:00
neverland
4529bd6b30
feat(TreeSelect): support show info (#4384) 2019-09-06 10:46:08 +08:00
neverland
45d60aaf88
fix(Slider): should format initial value (#4337) 2019-09-03 11:57:48 +08:00
neverland
8eab7b41b5
feat(TreeSelect): add max prop (#4323) 2019-09-02 16:54:48 +08:00
neverland
9c68de0d88
docs(TreeSelect): add custom content demo (#4272) 2019-08-28 15:09:18 +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
a6b256aa01
[new feature] TreeSelect: active-id support sync modifier (#4133) 2019-08-16 20:20:14 +08:00
neverland
85356ac302
[new feature] TreeSelect: main-active-index support sync modifier (#4132) 2019-08-16 17:43:32 +08:00
neverland
bfb3196438
[new feature] TreeSelect: support multiple select (#4130) 2019-08-16 17:38:09 +08:00
neverland
2843352adb
[new feature] TreeSelect: support string type of height prop (#4107) 2019-08-13 12:00:50 +08:00
neverland
317b115da8
[new feature] TreeSelect: add content slot (#4105) 2019-08-12 19:15:11 +08:00
neverland
cf92bb122a
[Doc] update install guide (#4083) 2019-08-10 11:11:10 +08:00
neverland
6aaab466af
[improvement] TreeSelect: rename event name (#3892) 2019-07-18 20:51:16 +08:00
neverland
d15315b8e4
[Doc] optimize data structure table (#3854) 2019-07-15 17:00:41 +08:00
陈嘉涵
2c4adff307 [Doc] detailed Array typing 2019-07-11 20:44:51 +08:00