Add css-loader url resolve compat.
https://webpack.js.org/loaders/css-loader/#url
Now in Vue SFC, you can use ~@/assets/logo.png
both in template block
and style block
.
~
will be ignore for vite
and useful for css-loader
.
Your code compat with vite
and vue-cli
. :)