dongnaebi / xiazhou-weex

a demo for weex project
Apache License 2.0
48 stars 15 forks source link

此项目已经不再维护了吗? #3

Open daidi opened 6 years ago

daidi commented 6 years ago

webstorm自检查错误dist/index.js L4097 window.WXEnvironment = env;

slide组件报错

image组件resize属性不管用

scroll组件滚动很卡

用到window和deviceWidth的地方都报错

package.json的main不应该是dist/index.js?

以上问题都是升级之后出现的问题,0.2.0下是好的

升级到vue 2.2.1后dist/index.js L3107 on.appear && on.appear.fn({});报错:TypeError: on.appear.fn is not a function,0.2.0也会报错

daidi commented 6 years ago

期待更新