提交 17d083e0 编写于 作者: Q qiang

fix(mp): initScopedSlotsParams 限定小程序平台

上级 82c5a914
......@@ -95,7 +95,9 @@ export default function parseBaseApp (vm, {
initRefs
}) {
initEventChannel()
initScopedSlotsParams()
if (__PLATFORM__ === 'mp-weixin' || __PLATFORM__ === 'mp-qq' || __PLATFORM__ === 'mp-toutiao' || __PLATFORM__ === 'mp-kuaishou' || __PLATFORM__ === 'mp-alipay' || __PLATFORM__ === 'mp-baidu') {
initScopedSlotsParams()
}
if (vm.$options.store) {
Vue.prototype.$store = vm.$options.store
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册