Advertisement
Guest User

Untitled

a guest
Aug 20th, 2019
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. ### Render Functions
  2.  
  3. - They really shine when you need to dynamically decide which element you want to render
  4. - For example, decicing if you wanted a button to use an anchor tag, button tag, or any other element and also be reusable
  5. - you can't use `v-model` with render functions
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement