guhongwei hace 3 años
padre
commit
e882ef1df0
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. 3 1
      src/components/mobile-frame/foot.vue

+ 3 - 1
src/components/mobile-frame/foot.vue

@@ -29,7 +29,9 @@ export default {
     test: {
       deep: true,
       immediate: true,
-      handler(val) {},
+      handler(val) {
+        console.log(val);
+      },
     },
   },
 };