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

fix(mp-baidu): mocks = ['nodeId','componentName']

上级 ffd5f8d3
...@@ -1130,7 +1130,7 @@ function handleLink (event) { ...@@ -1130,7 +1130,7 @@ function handleLink (event) {
vueOptions.parent = parentVm; vueOptions.parent = parentVm;
} }
const mocks$1 = ['nodeId']; const mocks$1 = ['nodeId', 'componentName'];
function isPage$1 () { function isPage$1 () {
return !this.ownerId return !this.ownerId
......
{ {
"name": "@dcloudio/uni-mp-baidu", "name": "@dcloudio/uni-mp-baidu",
"version": "0.0.844", "version": "0.0.845",
"description": "uni-app mp-baidu", "description": "uni-app mp-baidu",
"main": "dist/index.js", "main": "dist/index.js",
"scripts": { "scripts": {
......
export const mocks = ['nodeId'] export const mocks = ['nodeId', 'componentName']
export function isPage () { export function isPage () {
return !this.ownerId return !this.ownerId
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册