waibu-mpa 1.2.15 → 1.2.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -9,6 +9,7 @@ class BaseFactory {
9
9
  constructor (options = {}) {
10
10
  this.component = options.component
11
11
  this.plugin = this.component.plugin
12
+ this.app = this.plugin.app
12
13
  this.params = options.params ?? {}
13
14
  this.block = {}
14
15
  this.setting = this._parseBase64Attr(this.params.attr.setting)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "waibu-mpa",
3
- "version": "1.2.15",
3
+ "version": "1.2.16",
4
4
  "description": "MPA support for Waibu Framework",
5
5
  "main": "index.js",
6
6
  "scripts": {