@advertising-all/advertising-homepage
Advanced tools
Comparing version 1.0.15 to 1.0.19
{ | ||
"name": "@advertising-all/advertising-homepage", | ||
"version": "1.0.15", | ||
"version": "1.0.19", | ||
"description": "首页", | ||
@@ -9,3 +9,3 @@ "license": "MIT", | ||
"dependencies": { | ||
"@vmm/html": "^1.0.174", | ||
"@vmm/html": "^1.0.183", | ||
"@vmm/ui": "^1.0.36", | ||
@@ -12,0 +12,0 @@ "view-design": "^4.0.2", |
@@ -1,2 +0,2 @@ | ||
import Vue from "vue"; | ||
import Vue from 'vue'; | ||
export interface IMenuItem { | ||
@@ -38,3 +38,3 @@ pkg: string; | ||
}, { | ||
buildMainMenu(modulesValue: any): void; | ||
buildMainMenu(modulesValue: any): Promise<void>; | ||
selectSubmenu(name: string[]): Promise<void>; | ||
@@ -41,0 +41,0 @@ selectMenuItem(name: string): void; |
@@ -1,2 +0,2 @@ | ||
import Vue from "vue"; | ||
import Vue from 'vue'; | ||
export interface IMenuItem { | ||
@@ -3,0 +3,0 @@ pkg: string; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
630825
Updated@vmm/html@^1.0.183