config
vuenit.component.config = { /*...*/ }
All of the setup options can be set as defaults by setting the config
property on vuenit.component
.
This is useful if you want to treat all components in a similar way, such as enforcing shallow rendering:
vuenit.component.config = { stubComponents : true, stubFilters : true };