+
+
+
+
+ {{ label }}
+ {{ icon }}
+
+ {{ tooltip }}
+
+
+
+
+ {{ label }}
+ {{ icon }}
+
+
+
+
+
+
+
+
diff --git a/src/components/common/VStatsCard.vue b/src/components/common/VStatsCard.vue
index 2311438..510965e 100644
--- a/src/components/common/VStatsCard.vue
+++ b/src/components/common/VStatsCard.vue
@@ -19,27 +19,14 @@
diff --git a/src/plugins/vuetify.js b/src/plugins/vuetify.js
index 014a764..38c0640 100644
--- a/src/plugins/vuetify.js
+++ b/src/plugins/vuetify.js
@@ -1,5 +1,5 @@
import Vue from 'vue'
-import Vuetify, { VApp, VCard, VCardText, VContainer, VFlex, VIcon, VLayout } from 'vuetify/lib'
+import Vuetify, { VApp, VBtn, VCard, VCardText, VContainer, VFlex, VHover, VIcon, VLayout, VTooltip } from 'vuetify/lib'
import 'vuetify/src/stylus/app.styl'
Vue.use(Vuetify, {
@@ -15,11 +15,14 @@ Vue.use(Vuetify, {
},
components: {
VApp,
+ VBtn,
VCard,
VCardText,
VContainer,
VFlex,
+ VHover,
VIcon,
- VLayout
+ VLayout,
+ VTooltip
}
})
diff --git a/src/stories/common.stories.js b/src/stories/common.stories.js
index 35c900c..3a29f60 100644
--- a/src/stories/common.stories.js
+++ b/src/stories/common.stories.js
@@ -1,16 +1,63 @@
-/* eslint-disable import/no-extraneous-dependencies */
-import { storiesOf } from '@storybook/vue'
-import { wrapComponent } from './helpers/decorators'
-
-import VStatsCard from '@/components/common/VStatsCard.vue'
-
-storiesOf('VStatsCard', module)
- .addDecorator(story => wrapComponent(story, 'xl', 'xs4'))
- .add('default', () => ({
- components: { VStatsCard },
- template: '