1
0
mirror of synced 2024-11-22 05:16:05 +03:00

chore!: FormularioField - removed formulario-input class from root element

This commit is contained in:
Zaytsev Kirill 2021-05-22 22:18:26 +03:00
parent 6afe5f0a08
commit 735fa3f126

View File

@ -1,8 +1,5 @@
<template>
<div
v-bind="$attrs"
class="formulario-input"
>
<div v-bind="$attrs">
<slot :context="context" />
</div>
</template>