About Cacher
Web App
Download
Sign In
Sign Up
menu
Cacher is the code snippet organizer for pro developers
We empower you and your team to get more done, faster
Learn More
theonlychase
8/8/2019 - 6:46 PM
share
Share
add_circle_outline
Save
Vue Render Functions
vue-render-functions
content_copy
file_download
Rendered
Source
Render Functions
They really shine when you need to dynamically decide which element you want to render
For example, decicing if you wanted a button to use an anchor tag, button tag, or any other element and also be reusable
you can't use
v-model
with render functions
clear