@lazycatcloud/lzc-toolkit 0.0.110 → 0.0.111

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,5 +1,5 @@
1
1
  import { Ref } from "vue";
2
- import { LoadingToastOptions } from "@/loading-toast";
2
+ import { LoadingToastOptions } from "../loading-toast";
3
3
  export interface UseDelayAsyncOptions extends LoadingToastOptions {
4
4
  /** 是否展示Loading */
5
5
  loading?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lazycatcloud/lzc-toolkit",
3
- "version": "0.0.110",
3
+ "version": "0.0.111",
4
4
  "description": "lazycat ui toolkits",
5
5
  "main": "./dist/index.umd.js",
6
6
  "module": "./dist/index.es.js",