$config
Allow you to retrieve the current configuration.
Example
NOTE: We are using this.$config
instead of $config
because avoidDeprecatedWith
is set to true
.
<p>{{ JSON.stringify(this.$config) }}</p>
DOMY.createApp().configure({ avoidDeprecatedWith: true }).mount();
Will produce: