sumba 2.1.0 → 2.1.1
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.
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
async function navDropdownUser () {
|
|
2
|
-
return class NavDropdownUser extends this.
|
|
2
|
+
return class NavDropdownUser extends this.app.baseClass.MpaWidget {
|
|
3
3
|
build = async () => {
|
|
4
4
|
const { has, omit, find, filter } = this.app.lib._
|
|
5
5
|
const { routePath } = this.app.waibu
|
package/package.json
CHANGED