underfin / vite-plugin-vue2

Vue2 plugin for Vite
620 stars 83 forks source link

error: has no corresponding SFC entry in the cache when inspect vue block #201

Open kingyue737 opened 2 years ago

kingyue737 commented 2 years ago

I'm using this plugin with vite-plugin-inspect. This has no corresponding SFC entry in the cache is thrown when I want to inspect a sfc block (.vue file with query), which is very annoying.

Reproduction: https://stackblitz.com/edit/vitejs-vite-ouxvx8

Open the inspect site (http://.../__inspect/), check virtual checkbox on top. Click a vue js file with query (e.g. ./src/App.vue?vue&type=template&lang.js), this error will pop up in screen and shown in termial. image