guhongwei %!s(int64=3) %!d(string=hai) anos
pai
achega
e882ef1df0
Modificáronse 1 ficheiros con 3 adicións e 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);
+      },
     },
   },
 };