vue3-sfc-loader
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.
**Describe the bug** When the data variable in the remote component has the same name as the computed property of the host page with mixin, an error is reported,like 'The...
First of all, great work! But I tested the load-from-string example and the timing is just bad for production. It takes ~70ms to create the component from a simple string....
Hi, I create a vue3 project with vite2, code like this: ```vue import { defineAsyncComponent, getCurrentInstance } from 'vue' import { loadModule } from 'vue3-sfc-loader' /* */ export default {...
Is it, currently, possible to add breakpoints in Dev Tools - like pure HTML/JS? If not, is it possible to add them in code? Finally, if neither are possible, will...
**Is your feature request related to a problem? Please describe.** i have looked through the examples and can't see the necessary options{} magic to allow `import data from '/path/to/some.json';` to...
hi, is there a way to generate or link the script that which was complied to a sourceMap file ? because it is impossible to debug from what i see.
Hey Franck Great library. I've been using it for a while. I like not having a compilation step / webpack. I was wondering if you've tried adding minification/obfuscation of the...
**Describe the bug** less.render() does not support synchronous rendering @import. The syncImport attribute is invalid. If there is an @import string and syncImport: true, the callback function will never be...
Android 11 Edge 45.09.4.5079 When I use the edge browser of the android phone, I get the following error Uncaught TypeError: Cannot destructure property `loadModule` of 'undefined' or 'null'. ```...