logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

vue出现的错误:uncaught typeerror cannot read property contains of null

vue如果出现错误:uncaught typeerror cannot read property contains of null,检查一下body标签的规范。不要乱套

vue使用bootstrap的modal功能出现Cannot read property 'getBoundingClientRect' of null

发现是这个地方写错了Vue.use(VueWaypoint)new Vue({el: 'body',router,render: h => h(Mobile)})这个el应该写#app,不能随便乱写。。操

#bootstrap
android经典问题rxcache无法解析泛型问题

https://github.com/VictorAlbertos/RxCache/issues/73新建一个类继承泛型即可public class UserEntitySet extends CommonListSubject<UserEntity> {}

#android
到底了