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