Importing as ES Module from CDN #8
-
As you can see from the title , I am having trouble importing vue3-sfc-loader as ES Module from CDN, here is the import statement
Here is the error in chrome dev tools; Uncaught SyntaxError: The requested module 'https://cdn.jsdelivr.net/npm/vue3-sfc-loader/dist/vue3-sfc-loader.js' does not provide an export named 'loadModule' |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hello josephm1, Feel free to open a new feature request for importing vue3-sfc-loader as ES Module. |
Beta Was this translation helpful? Give feedback.
Hello josephm1,
At the moment,
vue3-sfc-loader.js
is injected in the global namespace only (const { loadModule } = window['vue3-sfc-loader'];
)Feel free to open a new feature request for importing vue3-sfc-loader as ES Module.