no error happen and I can make the demo successfully .
Versions
Browser (name & version): Chrome Version 123.0.6312.122 (Official Build) (x86_64)
vue3-sfc-loader: v0.9.5
Additional context
when load the js with CDN as the document write, everything works, I don't know which step make the error happen and what the difference between the file I downloaded and the file on CDN server.
Describe the bug
I download the vue3-sfc-loader.js on my local, and run a web server to produce the demo. failed with errors To Reproduce
curl https://cdn.jsdelivr.net/npm/vue3-sfc-loader/dist/vue3-sfc-loader.js -o vue3-sfc-loader.js
python3 -m http.server 8080
the error navigate to a block of strange code
Expected behavior
no error happen and I can make the demo successfully .
Versions
Additional context
when load the js with CDN as the document write, everything works, I don't know which step make the error happen and what the difference between the file I downloaded and the file on CDN server.