tabs & toggled (ex pressed) buttons

This commit is contained in:
Henry Jameson 2020-01-13 22:19:19 +02:00
parent 4b8e0f0afa
commit 9f7af191e8
7 changed files with 90 additions and 15 deletions

View file

@ -1,7 +1,7 @@
<template>
<button
class="btn btn-default follow-button"
:class="{ pressed: isPressed }"
:class="{ toggled: isPressed }"
:disabled="inProgress"
:title="title"
@click="onClick"