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

if use jsx,the scoped css not applied. ``` console.log('sfc setup'); const My=function(){return( red china,shanghai )} h1{ font-size: large; color:red; } .red{ color:red; } `

bug
unconfirmed

Hey all, I've spent some free time the last couple weeks digging into this project. And I have a loose grasp on it now. I really want to use this...

enhancement

Vite + Vue3 An error is reported in the production environment after the build It is used normally in the development environment Can it be used after packaging? TypeError: unknown...

bug
unconfirmed

**Describe the bug** Follow the `compiledCache` option in `docx/examples.md` ```js compiledCache: { set(key, str) { // naive storage space management for (; ;) { try { // doc: https://developer.mozilla.org/en-US/docs/Web/API/Storage window.localStorage.setItem(key,...

bug
unconfirmed

Description error I downloaded Vue3-sfc-loader.js locally and uploaded it to the server for nginx to run as a demonstration. Failed with error Download files using curl: https://cdn.jsdelivr.net/npm/vue3-sfc-loader/dist/vue3-sfc-loader.js Error loading page...

bug
unconfirmed

Used babel's inline source mapping tools to carry the source maps all the way through the build chain. ![image](https://github.com/user-attachments/assets/6f70212b-6741-4daf-9ee2-929abf7dbfcc) Notes: 1. I could not manage to run the jest tests....