ElementUI / vue-cli-plugin-element

Element plugin for vue-cli
MIT License
827 stars 115 forks source link

Plugin works for 'serve' but now for production 'build' #40

Open LaurensVijnck opened 4 years ago

LaurensVijnck commented 4 years ago

Hi,

I'm using this plugin for production-ready Vue application. I'm attempting to deploy the app through a simple docker container. For some reason, the element-ui components are not loading properly anymore. For the normal, 'serve' script, it works as intended.

Screenshots below show whats messed up, it should look as follows:

Schermafbeelding 2019-11-30 om 12 43 49

But the page is displayed like this:

Schermafbeelding 2019-11-30 om 12 44 05

Any ideas on what causes this?