@guihz/trading-vue-editor-tes 0.0.133 → 0.0.134
Sign up to get free protection for your applications and to get access to all the features.
@@ -67553,10 +67553,12 @@ self.MonacoEnvironment = {
|
|
67553
67553
|
return new ph({ name: "Editor Worker" });
|
67554
67554
|
}
|
67555
67555
|
};
|
67556
|
+
console.log(import.meta.url);
|
67557
|
+
console.log(new URL("./vs", import.meta.url));
|
67556
67558
|
Ri.config({
|
67557
|
-
paths: {
|
67558
|
-
|
67559
|
-
},
|
67559
|
+
// paths: {
|
67560
|
+
// vs: './vs',
|
67561
|
+
// },
|
67560
67562
|
"vs/nls": { availableLanguages: { "*": "zh-cn" } }
|
67561
67563
|
});
|
67562
67564
|
let up = {};
|