funcion/refactor-general #45

Merged
atasistro merged 240 commits from funcion/refactor-general into master 2025-06-19 21:10:19 -03:00
Showing only changes of commit 4e197204a9 - Show all commits

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();
}, },