@xuda.io/xuda-widget-plugin-xuda-drive 1.0.80 → 1.0.81
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 +5 -2
package/package.json
CHANGED
package/runtime.mjs
CHANGED
|
@@ -20,6 +20,9 @@ await import(
|
|
|
20
20
|
"./pintura/filepond-plugin-image-editor/FilePondPluginImageEditor.js"
|
|
21
21
|
);
|
|
22
22
|
|
|
23
|
+
import "./@vueuse/shared";
|
|
24
|
+
import "./@vueuse/core";
|
|
25
|
+
|
|
23
26
|
// import "./moment/min/moment.min.js";
|
|
24
27
|
|
|
25
28
|
export async function upload(fields, e) {
|
|
@@ -500,8 +503,8 @@ export async function viewer(fields, e) {
|
|
|
500
503
|
await import("./vue.global.3.5.6.js");
|
|
501
504
|
// const { moment } = import("./moment.min.2.30.1.js");
|
|
502
505
|
await import("./swiper-bundle.min.11.1.14.js");
|
|
503
|
-
await import("./@vueuse/shared");
|
|
504
|
-
await import("./@vueuse/core");
|
|
506
|
+
// await import("./@vueuse/shared");
|
|
507
|
+
// await import("./@vueuse/core");
|
|
505
508
|
await import("./floating-ui/core@1.1.1.js");
|
|
506
509
|
await import("./floating-ui/dom@1.1.1.js");
|
|
507
510
|
await import("./floating-vue@5.2.2/floating-vue.umd.js");
|