Remove unhandled click handler clogging up my log

This commit is contained in:
Matthias 2020-05-20 07:08:42 +02:00
parent b4f869a562
commit 37188543d8

View File

@ -19,7 +19,7 @@
<li class="nav-item" v-if="loggedIn">
<b-nav-item-dropdown right>
<template v-slot:button-content>
<b-avatar button @click="onClick" src="https://placekitten.com/300/300"></b-avatar>
<b-avatar button src="https://placekitten.com/300/300"></b-avatar>
</template>
<b-dropdown-item to="/settings">Settings</b-dropdown-item>
<b-dropdown-item to="/" v-on:click.native="logout()">Sign Out</b-dropdown-item>