comand-component-library 4.0.57 → 4.0.58
Sign up to get free protection for your applications and to get access to all the features.
package/package.json
CHANGED
package/src/ComponentLibrary.vue
CHANGED
@@ -156,7 +156,7 @@
|
|
156
156
|
<span class="label-text">{{ offLabel }}</span>
|
157
157
|
</span>
|
158
158
|
<span v-if="labelText" :class="['label-text', {hidden: !showLabel}]">
|
159
|
-
|
159
|
+
<span v-html="labelText"></span><sup v-if="$attrs.required">*</sup>
|
160
160
|
</span>
|
161
161
|
</template>
|
162
162
|
<slot v-else></slot>
|