Root
Some functionality of Flux require a root element where other elements can be injected into. This component should be used as the main component of your application.
Alerts, confirms and snackbars are all rendered here for example.
Slots
default
Your application markup.
Snippet
vue
<FluxRoot>
<!-- Your application -->
</FluxRoot>