mirror of
https://github.com/KevinMidboe/nova-map-fields.git
synced 2026-01-11 11:55:53 +00:00
Set default values on beforeMount
This commit is contained in:
2
dist/js/field.js
vendored
2
dist/js/field.js
vendored
File diff suppressed because one or more lines are too long
@@ -53,7 +53,7 @@ export default {
|
|||||||
};
|
};
|
||||||
},
|
},
|
||||||
|
|
||||||
created() {
|
beforeMount() {
|
||||||
this.selectedRouteTypes = this.routeTypes[0].value;
|
this.selectedRouteTypes = this.routeTypes[0].value;
|
||||||
|
|
||||||
if (this.value !== null) {
|
if (this.value !== null) {
|
||||||
|
|||||||
Reference in New Issue
Block a user