comand-component-library 3.1.50 → 3.1.51
Sign up to get free protection for your applications and to get access to all the features.
package/package.json
CHANGED
@@ -12,9 +12,9 @@
|
|
12
12
|
:aria-required="$attrs.required !== undefined"
|
13
13
|
ref="fakeselect"
|
14
14
|
>
|
15
|
-
<span>
|
15
|
+
<span v-if="showLabel">
|
16
16
|
<!-- begin label -->
|
17
|
-
<span
|
17
|
+
<span>
|
18
18
|
{{ labelText }}<sup v-if="$attrs.required !== undefined">*</sup>
|
19
19
|
</span>
|
20
20
|
<!-- end label -->
|