Skip to content

Commit f0d76ee

Browse files
committed
Update index.md
1 parent 17c5831 commit f0d76ee

File tree

1 file changed

+16
-6
lines changed

1 file changed

+16
-6
lines changed

docs/index.md

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,22 @@ hero:
2020
link: https://sfc.vuejs.org/#eNqNVE1v2zAM/SuEd7AD+KsbdsmSdl1POwzYYcAOy7A6MZOotSVBkl0Xgf/7KNlKE7cZFuQg8eM9Por0IbiVMm0bDObBQm8UkwY0mkZerzirpVAGDqBwG8NG1LIxWEIPWyVqCCkpPAbd7VlV3lGI4MjNGJFm52bLQykrvhFcG0JsKHRp4aMPM29lBmtNVs8XRTNYXsO3wuzTuuiiPB7PjEcOIW2LqsEYrvLZjFAW2SCDBNCFwGRVGKQbwIJxgoQ2qUWJ1XIVuPxVAOZZIl15U69R0Z2w6ZrbU9HR6YqOA8K5IGcD+IJboXA4L0rWEgMZLCAw+ltBY779HQ7Aoe/H8IziR9ft1hC7ZZn0jfyL7KgkiIOh6UldyPRBC05vd7B5q9FBbHNwFmujptv7KtgbI/U8y/R2Y1/iQadC7TI6pYrawGpMUdfJWoknjYqAV0HsMT7rR6ZMhTY6aTm1L2kMqxzRC3DD5eMupYfLLsWTWm2mxjPaEttzagrOyNGiShTyEpV9octyJqGvJFlY6n1PXXw9nC9LcDr++7dH/gBFWX5XQuoY1mieELlDJOoYmP6BnYlptunRNugdR6RLDXLrgZ0jKHFbNBUR2ZrdUkZ/YqLVlTAa+pl/YkUuxWHYk9EGUCFtmKddDknUXQd5k1LwzQ38+m3phvgsg5+qkGCobrAFaTu8Bdzbib6+92EnkBNtkXfFEDlF5/UAsC1EQ19G/1HB8Bt17KOQGMMYhqCXiHFl6HA0nhR/W5Zg9ghh/Zy4SkLYVIXWYAQUVXUs/A0h/h1PFUyLH4s7K9jhz08Y/7fWr5zG0bhyXbtDOvHQT9G/Sp0M2quKByTi9LnTpvqEsazeV2Z3Yvrx1Oa5sl/O1Asc5K+Fot2aw5XsQIuKlfAuz/NP1lUXasf4HD6Sy1u65ImVZj+H93kuO2eU1HHGdy6ODAOxIwv6v8RcJvg=
2121

2222
features:
23-
- title: 🧩 Fragment-aware iteration
24-
details: Walk child VNodes without worrying about fragments created by v-for.
25-
- title: ➕ Add props
26-
details: Add extra props, CSS classes or events to slot contents.
27-
- title: 🌲 Edit the tree
23+
- icon: 🧩
24+
title: Fragment-aware iteration
25+
details: Walk slot VNodes without worrying about fragments created by v-for.
26+
- icon:
27+
title: Add props
28+
details: Add extra props, CSS classes, events and refs to slot contents.
29+
- icon: 🌲
30+
title: Edit the VNode tree
2831
details: Remove existing nodes, wrap them with other nodes, or insert new nodes into the VNode tree.
29-
- title: 🙈 Probably not a good idea
32+
- icon: 📦
33+
title: Small and tree-shakable
34+
details: The library is already small, but the helpers are also highly tree-shakable, reducing the size even further.
35+
- icon: 🔑
36+
title: Type safe
37+
details: A fully typed API, building on the core Vue types.
38+
- icon: 🙈
39+
title: Probably not a good idea
3040
details: But if you really have to manipulate VNodes, a library to smooth over the edge cases makes it less likely to go wrong.
3141
---

0 commit comments

Comments
 (0)