chore!: Old names of FormularioField & FormularioFieldGroup no longer available
This commit is contained in:
parent
0d2a5329db
commit
b83a429117
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user