Skip to content

Commit

Permalink
refactor(Aside): b-tab title with icon issue
Browse files Browse the repository at this point in the history
  • Loading branch information
xidedix committed May 10, 2018
1 parent aebc5b8 commit af92b1e
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions Vue_Full_Project/src/components/Aside.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
<template>
<aside class="aside-menu">
<b-tabs>
<b-tab title="<i class='icon-list'></i>">
<b-tab>
<template slot="title">
<i class='icon-list'></i>
</template>
<Callout class="m-0 py-2 text-muted text-center bg-light text-uppercase">
<small><b>Today</b></small>
</Callout>
Expand Down Expand Up @@ -87,7 +90,10 @@
</Callout>
<hr class="mx-3 my-0">
</b-tab>
<b-tab title="<i class='icon-speech'></i>">
<b-tab>
<template slot="title">
<i class='icon-speech'></i>
</template>
<div class="p-3">
<div class="message">
<div class="py-3 pb-5 mr-3 float-left">
Expand Down Expand Up @@ -165,7 +171,10 @@
</div>
</div>
</b-tab>
<b-tab title="<i class='icon-settings'></i>">
<b-tab>
<template slot="title">
<i class='icon-settings'></i>
</template>
<div class="p-3">
<h6>Settings</h6>
<div class="aside-options">
Expand Down

0 comments on commit af92b1e

Please sign in to comment.