|
|
|
|
|
by cjblomqvist
2310 days ago
|
|
It does. You can do render functions similar to React (and optionally use JSX if you want to). It's not very common though except for library authors (especially if you need to do some clever stuff, regular vue templates can't handle all the corner cases that a raw render function can). |
|