Skip to content

Commit 639e553

Browse files
author
Nicolò Maria Mezzopera
committed
chore: use explicit function call on render
1 parent c43fd1b commit 639e553

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/LMarker.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ export default {
7575
}
7676
}
7777
},
78-
render (createElement) {
78+
render: function (createElement) {
7979
if (this.ready && this.$slots.default) {
8080
return createElement('div', {style: {display: 'none'}}, this.$slots.default);
8181
}

0 commit comments

Comments
 (0)