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 46 vue3-sfc-loader issues
Sort by recently updated
recently updated
newest added
trafficstars

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....

https://github.com/FranckFreiburger/vue3-sfc-loader/blob/bed17ac565fc36f74970db56ca1a12fe0cc412f4/src/createVue3SFCModule.ts#L300 addStyle add param addStyle(style, descStyle.scoped ? scopeId : undefined,descStyle);

enhancement

The first time I used it, I encountered a problem: This experimental syntax requires enabling one of the following parser plugin(s): "jsx", "flow", "typescript". at async Promise.all My development environment:...

It seems there is a bug, when trying to import a less file ```html //@import '/styles/test.less'; --- BREAKS, but file exists. @import '/styles/test-css.css'; // works @color: green; // works div...

bug
unconfirmed