Explorar el Código

:recycle: setting res two ways

tags/0.9.0
J hace 4 años
padre
commit
4844868d88
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      vue-theme/src/pages/list.vue

+ 1
- 1
vue-theme/src/pages/list.vue Ver fichero

@@ -99,9 +99,9 @@ export default {
99 99
                 res = await this.$store.dispatch(dispatchAction, dispatchParams)
100 100
             }
101 101
             
102
-            console.log('responded:', res)
103 102
             if(!res.length) {
104 103
                 console.warn('nothing left to get...')
104
+                console.log('responded:', res)
105 105
             }
106 106
         },
107 107
         clearHero() {

Loading…
Cancelar
Guardar