Agregado nombre

This commit is contained in:
Alejandro Tasistro 2025-05-27 15:49:24 -03:00
parent 2075bcab0f
commit 4e197204a9

View file

@ -25,6 +25,7 @@
<script>
import {mapActions, mapGetters, mapState} from "vuex";
export default {
name: 'RegionSelect',
async mounted() {
await this.getRegiones();
},