@volverjs/ui-vue 0.0.10-beta.51 → 0.0.10-beta.52
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/VvTextarea/VvTextarea.es.js +14 -22
- package/dist/components/VvTextarea/VvTextarea.umd.js +1 -1
- package/dist/components/index.es.js +21 -29
- package/dist/components/index.umd.js +1 -1
- package/dist/icons.es.js +3 -3
- package/dist/icons.umd.js +1 -1
- package/package.json +1 -1
- package/src/assets/icons/detailed.json +1 -1
- package/src/assets/icons/normal.json +1 -1
- package/src/assets/icons/simple.json +1 -1
- package/src/components/VvTextarea/VvTextarea.vue +1 -1
|
@@ -168,7 +168,7 @@ export default {
|
|
|
168
168
|
<template>
|
|
169
169
|
<div :class="bemCssClasses">
|
|
170
170
|
<label v-if="label" :for="hasId" class="vv-textarea__label">
|
|
171
|
-
{{ label }}
|
|
171
|
+
{{ label }}
|
|
172
172
|
</label>
|
|
173
173
|
<div class="vv-textarea__wrapper">
|
|
174
174
|
<!-- @slot Slot to replace icon before textarea -->
|