iv-npm 1.0.41 → 1.0.42
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -623,11 +623,8 @@ var script = /*#__PURE__*/vue.defineComponent({
|
|
|
623
623
|
* 侦听器-------------------------------------
|
|
624
624
|
* */
|
|
625
625
|
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
return props.params;
|
|
629
|
-
}, function () {
|
|
630
|
-
console.log(props.params, "11111111111111111111111122222222222222222222");
|
|
626
|
+
vue.watch(props, function () {
|
|
627
|
+
console.log(props, "11111111111111111111111122222222222222222222");
|
|
631
628
|
});
|
|
632
629
|
/**
|
|
633
630
|
* 获取数据-------------------------------------
|
|
@@ -619,11 +619,8 @@ var script = /*#__PURE__*/defineComponent({
|
|
|
619
619
|
* 侦听器-------------------------------------
|
|
620
620
|
* */
|
|
621
621
|
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
return props.params;
|
|
625
|
-
}, function () {
|
|
626
|
-
console.log(props.params, "11111111111111111111111122222222222222222222");
|
|
622
|
+
watch(props, function () {
|
|
623
|
+
console.log(props, "11111111111111111111111122222222222222222222");
|
|
627
624
|
});
|
|
628
625
|
/**
|
|
629
626
|
* 获取数据-------------------------------------
|
|
@@ -623,11 +623,8 @@
|
|
|
623
623
|
* 侦听器-------------------------------------
|
|
624
624
|
* */
|
|
625
625
|
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
return props.params;
|
|
629
|
-
}, function () {
|
|
630
|
-
console.log(props.params, "11111111111111111111111122222222222222222222");
|
|
626
|
+
vue.watch(props, function () {
|
|
627
|
+
console.log(props, "11111111111111111111111122222222222222222222");
|
|
631
628
|
});
|
|
632
629
|
/**
|
|
633
630
|
* 获取数据-------------------------------------
|