vue3-sfc-loader icon indicating copy to clipboard operation
vue3-sfc-loader copied to clipboard

Single File Component loader for Vue2 and Vue3. Load .vue files directly from your HTML. No node.js environment, no build step.

Results 37 vue3-sfc-loader issues
Sort by recently updated
recently updated
newest added

**Describe the bug** Problems while creating the Options field for `loadModule` **To Reproduce** ```ts import { loadModule } from "vue3-sfc-loader/src/index" import { defineComponent, defineAsyncComponent } from "vue" const options =...

bug
unconfirmed

From a client-side point of view, most style pre-processors provide an asynchronous rendering API, while other pre-processors do not support a sync rendering API at all. Then it could be...

enhancement
WIP
request for comments

I would like to embed babel using source version (`github.com/babel`) instead of packaged version (npm `@babel/*`) in order to benefits of a better (webpack) tree-shaking (`@babel/*` is cjs whereas `github.com/babel`...

enhancement
help wanted

I really get benifits from this project. Thank you for your work!👍 ❤️💕

**Is your feature request related to a problem? Please describe.** When errors happen on loaded vue3-sfc-loader there is no way to know the exact issue or line causing the issue....

enhancement
WIP

Hi there! I'm building a frontend for embedded device so working with CDN since there's no place for all required modules. Here is the case: Vue single file component imports...

enhancement

**Is your feature request related to a problem? Please describe.** No support for node environments **Describe the solution you'd like** To be able to use vue3-sfc-loader in a node environment...

enhancement

how to use scss/sass? I looked at the example but didn't see how to use it

enhancement

**Describe the bug** While trying to import loadModule as show below: import { loadModule } from "../node_modules/vue3-sfc-loader/dist/vue3-sfc-loader.esm.js" TS starts complaining and the following error is thrown while building the application:...

bug
unconfirmed

**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** 1. download the file with curl:...

bug
unconfirmed