# FRender

FRender is used in SFC template of one component which expected to render a VNode instance directly. It is very useful when encapsulating sub-components, since SFC can not render VNode instance directly.

# Basic usage