Skip to content

Commit ecce2e3

Browse files
committed
Avoid any implicitly type
1 parent 66df07e commit ecce2e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/App.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -966,7 +966,7 @@
966966
class="m-2"
967967
variant="outline-primary"
968968
split-variant="primary"
969-
@click="(event) => consoleLog('main split button clicked', event)"
969+
@click="(event: Event) => consoleLog('main split button clicked', event)"
970970
@toggle="consoleLog('toggle button clicked')"
971971
>
972972
<b-dropdown-item href="#">Action</b-dropdown-item>

0 commit comments

Comments
 (0)