help! How can I import other js file in vue file?i have a trouble #34
-
help! when I ues the vue3-sfc-loader how can I import other js module file in vue file?and how to import other js module in a js file?i have a trouble, the console throws a error: |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
the README.md tell me : Embedded ES6 modules support ( including import() ),how to use it? |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
.js
are interpreted as cjs and.mjs
as esmPlease see the following issue #14 (comment)