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

feat(runtime): uni-mp

上级 c7449882
{
"name": "@dcloudio/uni-app-plus",
"version": "0.0.201",
"version": "0.0.202",
"description": "uni-app app-plus",
"main": "dist/index.js",
"scripts": {
......
......@@ -712,13 +712,11 @@ function createPage (vueOptions) {
this.$vm = new Vue(Object.assign(vueOptions, {
mpType: 'page',
mpInstance: this
}));
this.$vm.__call_hook('created');
this.$vm.$mount();
}));
this.$vm.__call_hook('onLoad', args);
this.$vm.__call_hook('created');
this.$vm.__call_hook('onLoad', args); // 开发者一般可能会在 onLoad 时赋值,所以提前到 mount 之前
this.$vm.$mount();
},
onReady () {
this.$vm._isMounted = true;
......
{
"name": "@dcloudio/uni-mp-baidu",
"version": "0.0.811",
"version": "0.0.812",
"description": "uni-app mp-baidu",
"main": "dist/index.js",
"scripts": {
......
......@@ -736,13 +736,11 @@ function createPage (vueOptions) {
this.$vm = new Vue(Object.assign(vueOptions, {
mpType: 'page',
mpInstance: this
}));
this.$vm.__call_hook('created');
this.$vm.$mount();
}));
this.$vm.__call_hook('onLoad', args);
this.$vm.__call_hook('created');
this.$vm.__call_hook('onLoad', args); // 开发者一般可能会在 onLoad 时赋值,所以提前到 mount 之前
this.$vm.$mount();
},
onReady () {
this.$vm._isMounted = true;
......
{
"name": "@dcloudio/uni-mp-toutiao",
"version": "0.0.311",
"version": "0.0.312",
"description": "uni-app mp-toutiao",
"main": "dist/index.js",
"scripts": {
......
......@@ -569,13 +569,11 @@ function createPage (vueOptions) {
this.$vm = new Vue(Object.assign(vueOptions, {
mpType: 'page',
mpInstance: this
}));
this.$vm.__call_hook('created');
this.$vm.$mount();
}));
this.$vm.__call_hook('onLoad', args);
this.$vm.__call_hook('created');
this.$vm.__call_hook('onLoad', args); // 开发者一般可能会在 onLoad 时赋值,所以提前到 mount 之前
this.$vm.$mount();
},
onReady () {
this.$vm._isMounted = true;
......
{
"name": "@dcloudio/uni-mp-weixin",
"version": "0.0.911",
"version": "0.0.912",
"description": "uni-app mp-weixin",
"main": "dist/index.js",
"scripts": {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册