Skip to content

Commit 9023e6f

Browse files
committed
Fixed bug in polyline.js
1 parent 7c30008 commit 9023e6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/polyline.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export default buildComponent({
4949
if (!options.path) delete options.path
5050
},
5151

52-
afterCreate() {
52+
afterCreate(inst) {
5353
let clearEvents = () => {}
5454

5555
this.$watch(

0 commit comments

Comments
 (0)