Replies: 2 comments
-
|
BUMP |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
see #162 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to use this library in nodejs, however, I am getting the below error while importing in the file.
ReferenceError: self is not defined at Object.<anonymous> (/home/rivalq/Desktop/Components/node_modules/vue3-sfc-loader/dist/vue3-sfc-loader.js:9:218) at Module._compile (node:internal/modules/cjs/loader:1101:14) at Object.Module._extensions..js (node:internal/modules/cjs/loader:1153:10) at Module.load (node:internal/modules/cjs/loader:981:32) at Function.Module._load (node:internal/modules/cjs/loader:822:12) at ModuleWrap.<anonymous> (node:internal/modules/esm/translators:196:29) at ModuleJob.run (node:internal/modules/esm/module_job:183:25) at async Loader.import (node:internal/modules/esm/loader:178:24) at async Object.loadESM (node:internal/process/esm_loader:68:5) at async handleMainPromise (node:internal/modules/run_main:63:12)I am trying to get the
*.jsfile from the*.vuefile.Beta Was this translation helpful? Give feedback.
All reactions