johnsoncodehk / volar-starter

Full TypeScript support template for Vue 3 + Vite
73 stars 28 forks source link

Failed to load virtual import #12

Closed atyshka closed 1 year ago

atyshka commented 1 year ago

I'm getting the following error when attempting to run npm run dev:

Failed to load url virtual:vue-component-preview

Steps to reproduce: Clone repo, npm install, npm run dev

I thought I might need to install vite-plugin-virtual but that did not resolve the issue.