We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c30008 commit 9023e6fCopy full SHA for 9023e6f
src/components/polyline.js
@@ -49,7 +49,7 @@ export default buildComponent({
49
if (!options.path) delete options.path
50
},
51
52
- afterCreate() {
+ afterCreate(inst) {
53
let clearEvents = () => {}
54
55
this.$watch(
0 commit comments