http-vue-loader
http-vue-loader copied to clipboard
load .vue files from your html/js
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
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...
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...
in html   in vue components   but! it doesnt work , the result is nothing
implement function resolveURL