Update tag.vue
do not show any spaces
This commit is contained in:
parent
5f75101e6f
commit
1d8dad93be
1 changed files with 1 additions and 5 deletions
|
@ -1,10 +1,6 @@
|
||||||
<template>
|
<template>
|
||||||
<div :class="classes" transition="fade">
|
<div :class="classes" transition="fade">
|
||||||
<span :class="dotClasses" v-if="showDot"></span>
|
<span :class="dotClasses" v-if="showDot"></span><span :class="textClasses"><slot></slot></span><Icon v-if="closable" type="ios-close-empty" @click.stop="close"></Icon>
|
||||||
<span :class="textClasses">
|
|
||||||
<slot></slot>
|
|
||||||
</span>
|
|
||||||
<Icon v-if="closable" type="ios-close-empty" @click.stop="close"></Icon>
|
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
<script>
|
<script>
|
||||||
|
|
Loading…
Add table
Reference in a new issue