element-in-laravel-starter
element-in-laravel-starter copied to clipboard
theme css not loaded properly in app.js
you need to replace the following line
import 'element-ui/lib/theme-default/index.css';
with this line
import 'element-ui/lib/theme-chalk/index.css';
Yes