wangqibiao

Results 4 comments of wangqibiao

![1 scss](https://user-images.githubusercontent.com/25101583/43935709-cc86211e-9c87-11e8-915b-357b98b5921e.png) The situation is the same as mine. Do you have a solution?

I remove node_modules the dependencies and reinstall them. npm install o(╥﹏╥)o

先点赞在提问! 博主能否把自己的nginx配置分享以下,我现在也是用的history,是在二级域名下配置的,但是并没有用 ` location ^~ /h5/ { try_files $uri $uri/ /index.html =404; } ` 报的是500

@ToriLee 看看是不是你引入的版本不同导致,最近的vant引入css 的方式是 ` import Vue from 'vue'; import Vant from 'vant'; import 'vant/lib/index.css'; Vue.use(Vant); ` 不再是 ` import Vue from 'vue'; import Vant from 'vant'; import 'vant/lib/vant-css/index.css'; Vue.use(Vant); `...