1
0
Fork 0
mirror of synced 2025-04-02 21:06:14 +03:00

chore!: Old names of FormularioField & FormularioFieldGroup no longer available

This commit is contained in:
Zaytsev Kirill 2021-10-03 15:55:46 +03:00 committed by Kirill Zaytsev
parent 655562788c
commit ef34035d1f

View file

@ -21,11 +21,6 @@ export default {
Vue.component('FormularioFieldGroup', FormularioFieldGroup)
Vue.component('FormularioForm', FormularioForm)
// @deprecated Use FormularioField instead
Vue.component('FormularioInput', FormularioField)
// @deprecated Use FormularioFieldGroup instead
Vue.component('FormularioGrouping', FormularioFieldGroup)
Vue.mixin({
beforeCreate () {
const o = this.$options as Record<string, any>