提交 624ff73a 编写于 作者: fxy060608's avatar fxy060608

feat(h5): support wxs

上级 f5af5520
......@@ -43,6 +43,13 @@ export default {
Vue.mixin({
beforeCreate () {
const options = this.$options
const wxs = options.wxs
if (wxs) {
Object.keys(wxs).forEach(module => {
this[module] = wxs[module]
})
}
if (options.behaviors && options.behaviors.length) {
initBehaviors(options, this)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册