http-vue-loader icon indicating copy to clipboard operation
http-vue-loader copied to clipboard

load .vue files from your html/js

Results 43 http-vue-loader issues
Sort by recently updated
recently updated
newest added

here, when handling errors, a non-existing variable `responseText` is referenced. https://github.com/FranckFreiburger/http-vue-loader/blob/9b440b3755e9c956a51a95dc897b297db14dd257/src/httpVueLoader.js#L168 this only happens when the imported vue component is broken. Related issues; #108 #100

bug
will be or is already fixed in vue3-sfc-loader

I try to load libs with `import()`: ``` function bootstrap() { // load all libraries then create & start application Promise.all([ import("./lib/http_vue_loader.js"), import("./lib/vue-router.js"), import("./lib/vue_esm_browser.js"), ]).then(([modLoader, modRouter, modVue, ...other]) => {...

Would it be possible to get the constructor to take a inline sourced string as input, instead of requiring a URL? (maybe with a base path for any images or...

enhancement

Was browsing this repo and noticed there was a broken image, have replaced it with another IE logo from Wikipedia.

console.log('xxx') is not worked. i have a code just like this,but it‘s not worked. ` module.exports = { mounted: function () { console.log("xxxx"); } } `

Just to mention, that will need to set mimeType for ".vue" extension file to use httpvueloader May need to do it in Project "ApplicationHost" config file or in IIS Express...

doc

in html ![image](https://user-images.githubusercontent.com/24297104/70993839-d594ae00-2107-11ea-8202-3765415f9c34.png) ![image](https://user-images.githubusercontent.com/24297104/70993856-df1e1600-2107-11ea-90e3-c5653778ac0b.png) in vue components ![image](https://user-images.githubusercontent.com/24297104/70993916-096fd380-2108-11ea-9b09-bb85d56dbeb0.png) ![image](https://user-images.githubusercontent.com/24297104/70993937-142a6880-2108-11ea-9f75-cc54a9dac9b6.png) but! it doesnt work , the result is nothing

implement function resolveURL