mirror of
https://github.com/KevinMidboe/nova-map-fields.git
synced 2026-01-09 02:45:38 +00:00
Debug: triggerChange stop drag marker
This commit is contained in:
@@ -81,7 +81,9 @@ export default {
|
|||||||
},
|
},
|
||||||
|
|
||||||
methods: {
|
methods: {
|
||||||
triggerChange() {
|
triggerChange(evt) {
|
||||||
|
console.log("this is our event:", evt)
|
||||||
|
console.log("this is our markers:", this.markers)
|
||||||
this.$emit('input', this.markers);
|
this.$emit('input', this.markers);
|
||||||
},
|
},
|
||||||
removeLastMarker(event) {
|
removeLastMarker(event) {
|
||||||
|
|||||||
Reference in New Issue
Block a user