guhongwei 3 năm trước cách đây
mục cha
commit
e882ef1df0
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  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);
+      },
     },
   },
 };