Tencent / weui

A UI library by WeChat official design team, includes the most useful widgets/modules in mobile web applications.
https://weui.io
Other
27.18k stars 6.41k forks source link

在写小程序时,关于引入weui.css以后报错的问题,框架用的mpvue #754

Closed Charley-liu closed 5 years ago

Charley-liu commented 6 years ago

_20181101150059 _20181101150059 这个是为什么,不同版本都试了,还是报错

M1SAK1TN commented 5 years ago

我也是同样的问题,同求解决方法

zenda96 commented 5 years ago

我也是同样的问题,同求解决方法

Charley-liu commented 5 years ago

我感觉应该是版本的问题

p2ng commented 5 years ago

如 @Charley-liu 一样 在mpvue的2.*版本上,单独使用weui的v1.1.3版本如上所示。。。但是回滚至v1.1.1版本是正常的。

  "dependencies": {
    "mpvue": "^2.0.0",
    "vuex": "^3.0.1"
  },

即时最新的v2.0.0版本也出现同样问题.

BearJ commented 5 years ago

针对小程序版本,weui有另一个库:http://github.com/Tencent/weui-wxss,因为css版本有小程序不支持的选择器,所以报错了