chore(lint): run fix
This commit is contained in:
@@ -47,7 +47,6 @@ import ResizeDirective from '@/directives/resize.directive';
|
||||
import openedItemRowsMixin from '@/mixins/openedItemRows';
|
||||
import ShowMoreButton from '@/components/ui/showMoreButton';
|
||||
|
||||
|
||||
export default {
|
||||
components: { ShowMoreButton },
|
||||
directives: {
|
||||
|
||||
@@ -17,7 +17,10 @@
|
||||
:style="{width: `${percent(value, maxValue)}%`}"
|
||||
></div>
|
||||
</div>
|
||||
<span class="small-text" v-if="showNumbers">
|
||||
<span
|
||||
v-if="showNumbers"
|
||||
class="small-text"
|
||||
>
|
||||
{{ value | statFloor }} / {{ maxValue }}
|
||||
</span>
|
||||
<b-tooltip
|
||||
|
||||
Reference in New Issue
Block a user