There are some problems in building vue environment with webpack.

I refer to the picture in the style tag in the .vue file

clipboard.png

clipboard.png

template style

webpack

clipboard.png

where assetsPath ("images/ [name]. [hash: 7]. [ext]") is static/images/ [name]. [hash: 7]. [ext]

Mar.04,2021

are you sure that the path of the assetsPath you configured is not missing a "/" at the end?

Menu