mirror of
https://github.com/ecomfe/vue-echarts.git
synced 2025-08-16 04:31:22 +08:00
fix: fix esbuild wasm url in demo
This commit is contained in:
@ -76,7 +76,7 @@ const transformErrors = ref([]);
|
|||||||
|
|
||||||
onMounted(async () => {
|
onMounted(async () => {
|
||||||
await initialize({
|
await initialize({
|
||||||
wasmURL: "https://cdn.jsdelivr.net/npm/esbuild-wasm@0.19.2/esbuild.wasm"
|
wasmURL: "https://cdn.jsdelivr.net/npm/esbuild-wasm@0.19.12/esbuild.wasm"
|
||||||
});
|
});
|
||||||
|
|
||||||
initializing.value = false;
|
initializing.value = false;
|
||||||
|
Reference in New Issue
Block a user