szld-libs 0.3.38 → 0.3.39

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.
@@ -1,6 +1,6 @@
1
1
  import { jsx, Fragment, jsxs } from "react/jsx-runtime";
2
2
  import { Field, Popup, Checkbox, Picker } from "react-vant";
3
- import { handleSelectOptions } from "@/utils/method";
3
+ import { handleSelectOptions } from "../../../utils/method";
4
4
  import { useState, useEffect } from "react";
5
5
  import { Flex } from "antd";
6
6
  const checkboxGroup = "index-module_checkbox-group_4684b";
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  const jsxRuntime = require("react/jsx-runtime");
3
3
  const reactVant = require("react-vant");
4
- const method = require("@/utils/method");
4
+ const method = require("../../../utils/method");
5
5
  const react = require("react");
6
6
  const antd = require("antd");
7
7
  const checkboxGroup = "index-module_checkbox-group_4684b";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "szld-libs",
3
3
  "private": false,
4
- "version": "0.3.38",
4
+ "version": "0.3.39",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "dev": "vite",