Vue 3 render function
Ararchive captions
The render function is the only way of rendering components in Vue Testing Library. It takes up to 3 parameters and returns an object with some helper methods. Copy. function render (Component, options, callbackFunction)