We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
as images shows, img src can not be parse.
brief link is here: https://codesandbox.io/s/gracious-greider-i4khcw?file=/src/App.vue
deps are here
{ "name": "vue-project", "version": "0.0.0", "scripts": { "dev": "vite", "build": "vite build", "preview": "vite preview --port 5050" }, "dependencies": { "pinia": "^2.0.14", "vue": "^2.7.0-beta.4", "vue-router": "^3.5.4" }, "devDependencies": { "@vitejs/plugin-legacy": "^1.8.2", "@vitejs/plugin-vue2": "^1.1.0", "less": "^4.1.3", "vite": "^2.9.12" } }
The text was updated successfully, but these errors were encountered:
vuejs/vue@008d78b
fix(compiler-sfc): should transform non relative paths when base opti…
7de388f
…on is present fix vitejs/vite-plugin-vue2#14
No branches or pull requests
as images shows, img src can not be parse.
brief link is here: https://codesandbox.io/s/gracious-greider-i4khcw?file=/src/App.vue
deps are here
The text was updated successfully, but these errors were encountered: