refactor(Aside): b-tab title with icon issue
This commit is contained in:
@@ -1,7 +1,10 @@
|
|||||||
<template>
|
<template>
|
||||||
<aside class="aside-menu">
|
<aside class="aside-menu">
|
||||||
<b-tabs>
|
<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">
|
<Callout class="m-0 py-2 text-muted text-center bg-light text-uppercase">
|
||||||
<small><b>Today</b></small>
|
<small><b>Today</b></small>
|
||||||
</Callout>
|
</Callout>
|
||||||
@@ -87,7 +90,10 @@
|
|||||||
</Callout>
|
</Callout>
|
||||||
<hr class="mx-3 my-0">
|
<hr class="mx-3 my-0">
|
||||||
</b-tab>
|
</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="p-3">
|
||||||
<div class="message">
|
<div class="message">
|
||||||
<div class="py-3 pb-5 mr-3 float-left">
|
<div class="py-3 pb-5 mr-3 float-left">
|
||||||
@@ -165,7 +171,10 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</b-tab>
|
</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">
|
<div class="p-3">
|
||||||
<h6>Settings</h6>
|
<h6>Settings</h6>
|
||||||
<div class="aside-options">
|
<div class="aside-options">
|
||||||
|
|||||||
Reference in New Issue
Block a user