Unverified Commit 38476a11 authored by Dmytro's avatar Dmytro Committed by GitHub
Browse files

Emits definition

Here is emits definition, that makes disappear Vue 3 warnings about non-defined emits
parent 969de2b0
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -22,6 +22,12 @@ import {
} from "../functions/component";

export default {
  emits: [
    'ready',
    'update:zoom',
    'update:center',
    'update:bounds',
  ],
  props: {
    ...componentProps,
    /**