Skip to content

Commit dc73bb2

Browse files
authored
Update marker.vue
This line causing error on build.
1 parent 7e482b9 commit dc73bb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/components/marker.vue

+1-1
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)