Comparing version 0.7.1 to 0.7.2
{ | ||
"name": "el-admin", | ||
"version": "0.7.1", | ||
"version": "0.7.2", | ||
"description": "Admin components using element (https://github.com/ElemeFE/element) tookit", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -13,2 +13,3 @@ /* eslint-disable */ | ||
import ModalLink from './ModalLink.vue'; | ||
import {getRouteModals} from './utils'; | ||
@@ -54,2 +55,3 @@ var ElAdmin = { | ||
RightModal, | ||
getRouteModals, | ||
}; |
@@ -57,5 +57,5 @@ import JSURL from 'jsurl2'; | ||
} | ||
delete routeProps.data; | ||
delete routeProps.fetch; | ||
} | ||
delete routeProps.data; | ||
return [pascalCase(componentName), routeProps]; | ||
@@ -62,0 +62,0 @@ } |
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
33221
357