trabajando en el componente direccion

This commit is contained in:
2024-10-09 13:02:49 +02:00
parent 92389bb5f5
commit a069b4109c
2 changed files with 25 additions and 0 deletions

View File

@ -19,6 +19,7 @@ class Direcciones {
$("#clienteId").on('change', this.#handleChangeCliente.bind(this));
this.domItem.load('../../components/direcciones.html');
this.direcciones.init();
}