Sfoglia il codice sorgente

:recycle: setting res two ways

tags/0.9.0
J 4 anni fa
parent
commit
4844868d88
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      vue-theme/src/pages/list.vue

+ 1
- 1
vue-theme/src/pages/list.vue Vedi File

@@ -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…
Annulla
Salva