@xuda.io/xuda-widget-plugin-xuda-drive 1.0.78 → 1.0.79
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 +1 -1
- package/runtime.mjs +4 -4
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("./vueuse/shared.js");
|
|
504
|
-
await import("./vueuse/core.js");
|
|
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");
|
|
@@ -512,8 +512,8 @@ export async function viewer(fields, e) {
|
|
|
512
512
|
// "https://unpkg.com/swiper/swiper-bundle.min.css"
|
|
513
513
|
// );
|
|
514
514
|
|
|
515
|
-
|
|
516
|
-
|
|
515
|
+
await func.utils.load_js_on_demand("https://unpkg.com/@vueuse/shared");
|
|
516
|
+
await func.utils.load_js_on_demand("https://unpkg.com/@vueuse/core");
|
|
517
517
|
|
|
518
518
|
// await func.utils.load_js_on_demand(
|
|
519
519
|
// "https://unpkg.com/@floating-ui/core@1.1.1"
|