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

build uni runtime(remove log)

上级 95384fad
......@@ -989,8 +989,6 @@ function parseBaseComponent (vueComponentOptions, {
this.$vm._isMounted = true;
this.$vm.__call_hook('mounted');
this.$vm.__call_hook('onReady');
} else {
this.is && console.warn(this.is + ' is not attached');
}
},
detached () {
......
{
"name": "@dcloudio/uni-app-plus",
"version": "0.0.234",
"version": "0.0.235",
"description": "uni-app app-plus",
"main": "dist/index.js",
"scripts": {
......
......@@ -1104,8 +1104,6 @@ function parseBaseComponent (vueComponentOptions, {
this.$vm._isMounted = true;
this.$vm.__call_hook('mounted');
this.$vm.__call_hook('onReady');
} else {
this.is && console.warn(this.is + ' is not attached');
}
},
detached () {
......
{
"name": "@dcloudio/uni-mp-baidu",
"version": "0.0.832",
"version": "0.0.833",
"description": "uni-app mp-baidu",
"main": "dist/index.js",
"scripts": {
......
......@@ -1180,8 +1180,6 @@ function parseBaseComponent (vueComponentOptions, {
this.$vm._isMounted = true;
this.$vm.__call_hook('mounted');
this.$vm.__call_hook('onReady');
} else {
this.is && console.warn(this.is + ' is not attached');
}
},
detached () {
......
{
"name": "@dcloudio/uni-mp-toutiao",
"version": "0.0.330",
"version": "0.0.333",
"description": "uni-app mp-toutiao",
"main": "dist/index.js",
"scripts": {
......
......@@ -985,8 +985,6 @@ function parseBaseComponent (vueComponentOptions, {
this.$vm._isMounted = true;
this.$vm.__call_hook('mounted');
this.$vm.__call_hook('onReady');
} else {
this.is && console.warn(this.is + ' is not attached');
}
},
detached () {
......
{
"name": "@dcloudio/uni-mp-weixin",
"version": "0.0.954",
"version": "0.0.955",
"description": "uni-app mp-weixin",
"main": "dist/index.js",
"scripts": {
......
......@@ -64,7 +64,7 @@ export default function parseBaseComponent (vueComponentOptions, {
this.$vm.__call_hook('mounted')
this.$vm.__call_hook('onReady')
} else {
this.is && console.warn(this.is + ' is not attached')
// this.is && console.warn(this.is + ' is not attached')
}
},
detached () {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册