xiazhou-weex icon indicating copy to clipboard operation
xiazhou-weex copied to clipboard

a demo for weex project

Results 3 xiazhou-weex issues
Sort by recently updated
recently updated
newest added

vue.js:584 [Vue warn]: Error in nextTick: "TypeError: on.appear.fn is not a function" 应该是vue更新了 "vue": "^2.1.10", "vue-router": "^2.3.0", "weex-vue-render": "^0.2.0", "weex-vue-router": "^0.0.4"

npm run serve > [email protected] serve E:\604box\xiazhou-weex > serve -p 8080 serving E:\604box\xiazhou-weex on port 8080 GET / 200 11ms - 1.09kb GET /dist/weex.bundle.js 404 2ms GET /dist/app.js 404 3ms...

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也会报错