@getlupa/vue 0.1.7 → 0.1.8
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/dist/lupaSearch.js +0 -1
- package/dist/lupaSearch.mjs +0 -1
- package/package.json +1 -1
package/dist/lupaSearch.js
CHANGED
|
@@ -9402,7 +9402,6 @@ const _sfc_main$4 = /* @__PURE__ */ vue.defineComponent({
|
|
|
9402
9402
|
vue.watch(searchString, () => handleParamsChange());
|
|
9403
9403
|
const handleParamsChange = () => {
|
|
9404
9404
|
var _a, _b;
|
|
9405
|
-
console.log("search", searchString.value, mounted.value);
|
|
9406
9405
|
if (props.initialData && !mounted.value) {
|
|
9407
9406
|
return;
|
|
9408
9407
|
}
|
package/dist/lupaSearch.mjs
CHANGED
|
@@ -9400,7 +9400,6 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
|
|
|
9400
9400
|
watch(searchString, () => handleParamsChange());
|
|
9401
9401
|
const handleParamsChange = () => {
|
|
9402
9402
|
var _a, _b;
|
|
9403
|
-
console.log("search", searchString.value, mounted.value);
|
|
9404
9403
|
if (props.initialData && !mounted.value) {
|
|
9405
9404
|
return;
|
|
9406
9405
|
}
|