Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 471 Bytes

16-DataProviderComponents.md

File metadata and controls

5 lines (3 loc) · 471 Bytes

Using render function & scoped slots can build components that don't contain HTML, such like a generic FetchJson component.

This component doesn't have <template>, and its render function just returning a VNode from this.$scopedSlot.default(), not from the createElement().

Object destructing can also reassign variable name