mirror of
https://github.com/KevinMidboe/nova-map-fields.git
synced 2025-10-29 17:50:27 +00:00
Corrected import statement
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
@@ -10,7 +10,7 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import { Polyline } from "vue2-leaflet";
|
import { Polyline } from "./Polyline";
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
props: {
|
props: {
|
||||||
@@ -51,6 +51,7 @@ export default {
|
|||||||
|
|
||||||
triggerChange(markers) {
|
triggerChange(markers) {
|
||||||
console.log("forwarding markers:", markers);
|
console.log("forwarding markers:", markers);
|
||||||
|
this.queryNavigation(markers);
|
||||||
this.$emit("input", markers);
|
this.$emit("input", markers);
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user