Fix popup medias
This commit is contained in:
@@ -2,9 +2,11 @@
|
||||
export default {
|
||||
props: {
|
||||
icon: String,
|
||||
title: String,
|
||||
text: String,
|
||||
margin: Boolean,
|
||||
classes: String
|
||||
classes: String,
|
||||
textClasses: String
|
||||
},
|
||||
computed: {
|
||||
classNames() {
|
||||
@@ -15,5 +17,5 @@ export default {
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<i :class="classNames"></i>{{ text }}
|
||||
<span :title="title"><i :class="classNames"></i><span :class="textClasses">{{ text }}</span></span>
|
||||
</template>
|
||||
Reference in New Issue
Block a user