1
0
mirror of synced 2025-02-16 20:53:13 +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> <template>
<div <div v-bind="$attrs">
v-bind="$attrs"
class="formulario-input"
>
<slot :context="context" /> <slot :context="context" />
</div> </div>
</template> </template>