While loading my main.vue is no big deal, loading other components within my main.vue does not seem to work as expected. My imported file gets called within the getFile but the getFile is always called a second time with the url parameter being "html". Of course this file is not found and the rendering therefore crashes.
The weird thing being that this does not happen with the main.vue. The main.vue is rendered correctly.
I tried several methods to import my components. Neither esm nor the standard version seem to work.
I also used the httpVueLoader function from #43, producing the same result.
Firefox, Chrome and Edge also produce the same result.
Below is a minimal version of my code that should produce the same error. Hopefully this is just a stupid mistake.
Hello,
I am currently trying to migrate from the http-vue-loader to the vue3-sfc-loader
While loading my main.vue is no big deal, loading other components within my main.vue does not seem to work as expected. My imported file gets called within the getFile but the getFile is always called a second time with the url parameter being "html". Of course this file is not found and the rendering therefore crashes. The weird thing being that this does not happen with the main.vue. The main.vue is rendered correctly.
I tried several methods to import my components. Neither esm nor the standard version seem to work. I also used the httpVueLoader function from #43, producing the same result. Firefox, Chrome and Edge also produce the same result.
Below is a minimal version of my code that should produce the same error. Hopefully this is just a stupid mistake.
main.html
main.vue
testcomponent.vue