Skip to content

Commit eab740a

Browse files
committed
Update marker.vue
Removed console.log().
1 parent 8b9c38a commit eab740a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/marker.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<template>
2-
<div @click="()=> {console.log('sdfsd')}">
2+
<div>
33
<slot></slot>
44
</div>
55
</template>

0 commit comments

Comments
 (0)