@xuda.io/xuda-widget-plugin-xuda-drive 1.0.77 → 1.0.78
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
package/runtime.mjs
CHANGED
|
@@ -500,8 +500,8 @@ export async function viewer(fields, e) {
|
|
|
500
500
|
await import("./vue.global.3.5.6.js");
|
|
501
501
|
// const { moment } = import("./moment.min.2.30.1.js");
|
|
502
502
|
await import("./swiper-bundle.min.11.1.14.js");
|
|
503
|
-
await import("./
|
|
504
|
-
await import("./
|
|
503
|
+
await import("./vueuse/shared.js");
|
|
504
|
+
await import("./vueuse/core.js");
|
|
505
505
|
await import("./floating-ui/core@1.1.1.js");
|
|
506
506
|
await import("./floating-ui/dom@1.1.1.js");
|
|
507
507
|
await import("./floating-vue@5.2.2/floating-vue.umd.js");
|
|
File without changes
|
|
File without changes
|