From 6d53cfa2bee733fb9acb013ec5c1c0d6c4828a70 Mon Sep 17 00:00:00 2001 From: PNKBizz Date: Mon, 6 Nov 2017 22:08:50 +0300 Subject: [PATCH] Change Readme --- README.MD | 9 +++++++++ package.json | 2 +- src/YMap.js | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/README.MD b/README.MD index ce165d2..56d537a 100644 --- a/README.MD +++ b/README.MD @@ -75,6 +75,7 @@ Type of marker in `marker-type` attribute can be: :controls="['trafficControl']" :placemarks="placemarks" // map-type="hybrid" + @map-was-initialized="initHandler" > this.$emit('map-is-initialized', this.myMap)); + .then(() => this.$emit('map-was-initialized', this.myMap)); } }, watch: {