Explorar el Código

:poop: setting to a from logs

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

+ 2
- 0
vue-theme/src/pages/list.vue Ver fichero

@@ -187,6 +187,8 @@ export default {
187 187
     },
188 188
     watch: {
189 189
         $route(to, from) {
190
+            console.log('to:', to)
191
+            console.log('from:', from)
190 192
             this.checkAndSetHero(this.type)
191 193
 
192 194
             let sort = to.path

Loading…
Cancelar
Guardar