We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddeb48d commit 783fa1bCopy full SHA for 783fa1b
src/components/mdBottomBar/mdBottomBarItem.vue
@@ -1,6 +1,5 @@
1
<template>
2
<a :href="href" class="md-bottom-bar-item" :class="classes" :disabled="disabled" @click="setActive" v-if="href">
3
-
4
<md-icon v-if="mdIcon || mdIconSrc || mdIconset" :md-icon-src="mdIconSrc" :md-iconset="mdIconset">{{ mdIcon }}</md-icon>
5
6
<md-ink-ripple :md-disabled="disabled" />
@@ -11,7 +10,6 @@
11
10
</a>
12
13
<button type="button" class="md-bottom-bar-item" :class="classes" :disabled="disabled" @click="setActive" v-else>
14
15
<md-icon v-if="mdIcon || mdIconSrc || mdIconset" :md-src="mdIconSrc" :md-iconset="mdIconset">{{ mdIcon }}</md-icon>
16
17
0 commit comments