iv-npm 1.0.41 → 1.0.44
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,13 @@ var script = /*#__PURE__*/vue.defineComponent({
|
|
|
623
623
|
* 侦听器-------------------------------------
|
|
624
624
|
* */
|
|
625
625
|
|
|
626
|
-
|
|
626
|
+
vue.watch(props, function () {
|
|
627
|
+
console.log(props.params, "props11111111111111111111111122222222222222222222");
|
|
628
|
+
});
|
|
627
629
|
vue.watch(function () {
|
|
628
630
|
return props.params;
|
|
629
631
|
}, function () {
|
|
630
|
-
console.log(props.params, "
|
|
632
|
+
console.log(props.params, "props.params11111111111111111111111122222222222222222222");
|
|
631
633
|
});
|
|
632
634
|
/**
|
|
633
635
|
* 获取数据-------------------------------------
|
|
@@ -619,11 +619,13 @@ var script = /*#__PURE__*/defineComponent({
|
|
|
619
619
|
* 侦听器-------------------------------------
|
|
620
620
|
* */
|
|
621
621
|
|
|
622
|
-
|
|
622
|
+
watch(props, function () {
|
|
623
|
+
console.log(props.params, "props11111111111111111111111122222222222222222222");
|
|
624
|
+
});
|
|
623
625
|
watch(function () {
|
|
624
626
|
return props.params;
|
|
625
627
|
}, function () {
|
|
626
|
-
console.log(props.params, "
|
|
628
|
+
console.log(props.params, "props.params11111111111111111111111122222222222222222222");
|
|
627
629
|
});
|
|
628
630
|
/**
|
|
629
631
|
* 获取数据-------------------------------------
|
|
@@ -623,11 +623,13 @@
|
|
|
623
623
|
* 侦听器-------------------------------------
|
|
624
624
|
* */
|
|
625
625
|
|
|
626
|
-
|
|
626
|
+
vue.watch(props, function () {
|
|
627
|
+
console.log(props.params, "props11111111111111111111111122222222222222222222");
|
|
628
|
+
});
|
|
627
629
|
vue.watch(function () {
|
|
628
630
|
return props.params;
|
|
629
631
|
}, function () {
|
|
630
|
-
console.log(props.params, "
|
|
632
|
+
console.log(props.params, "props.params11111111111111111111111122222222222222222222");
|
|
631
633
|
});
|
|
632
634
|
/**
|
|
633
635
|
* 获取数据-------------------------------------
|