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> <script>
import {mapActions, mapGetters, mapState} from "vuex"; import {mapActions, mapGetters, mapState} from "vuex";
export default { export default {
name: 'RegionSelect',
async mounted() { async mounted() {
await this.getRegiones(); await this.getRegiones();
}, },