提交 94d7a1c5 编写于 作者: fxy060608's avatar fxy060608

feat(h5): add this.createSelectorQuery,this.createIntersectionObserver

上级 b55bc68b
......@@ -152,6 +152,14 @@ export default {
}
})
Vue.prototype.createSelectorQuery = function createSelectorQuery () {
return uni.createSelectorQuery().in(this)
}
Vue.prototype.createIntersectionObserver = function createIntersectionObserver (args) {
return uni.createIntersectionObserver(this, args)
}
Vue.use(VueRouter)
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册