waibu-bootstrap 1.2.2 → 1.2.3

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "waibu-bootstrap",
3
- "version": "1.2.2",
3
+ "version": "1.2.3",
4
4
  "description": "Bootstrap suport for Waibu Framework",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -6,7 +6,7 @@ async function navDropdownSetting () {
6
6
  const { groupAttrs } = this.plugin.app.waibuMpa
7
7
  const { generateId } = this.plugin.app.bajo
8
8
  const { routePath } = this.plugin.app.waibu
9
- const { isSet } = this.plugin.app.bajo
9
+ const { isSet } = this.plugin.lib.aneka
10
10
  const { req } = this.component
11
11
  const cfgWmpa = this.plugin.app.waibuMpa.config
12
12