|
|
|
|
|
by CaveTech
3103 days ago
|
|
You can use slots to pass HTML or Components into child components. You can have vue render jsx or templates, but in practice you can make interactive components very simply using templates which are foundationally simpler and easier to grasp than JSX. |
|
Just reading about slot and slot-scope makes me think Vue's reputation for simplicity is overblown.