funcion/refactor-general #45
1 changed files with 21 additions and 17 deletions
|
@ -19,7 +19,11 @@
|
|||
chismosaActiva: false,
|
||||
}
|
||||
},
|
||||
mounted() {
|
||||
methods: {
|
||||
...mapActions('productos', ["init"]),
|
||||
},
|
||||
async mounted() {
|
||||
await this.init();
|
||||
Event.$on('toggle-chismosa', (activa) => {
|
||||
this.chismosaActiva = activa;
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue