guhongwei преди 3 години
родител
ревизия
e882ef1df0
променени са 1 файла, в които са добавени 3 реда и са изтрити 1 реда
  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);
+      },
     },
   },
 };