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

build uni runtime(remove log)

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