@opentiny/vue-exception
Advanced tools
Comparing version 3.14.0 to 3.14.1
@@ -58,3 +58,3 @@ function _extends() { | ||
}; | ||
var version = "3.14.0"; | ||
var version = "3.14.1"; | ||
Exception.install = function(Vue) { | ||
@@ -61,0 +61,0 @@ Vue.component(Exception.name, Exception); |
{ | ||
"name": "@opentiny/vue-exception", | ||
"version": "3.14.0", | ||
"version": "3.14.1", | ||
"description": "", | ||
@@ -13,3 +13,4 @@ "main": "./lib/index.js", | ||
"@opentiny/vue-button": "~3.14.0", | ||
"@opentiny/vue-theme-mobile": "~3.14.0" | ||
"@opentiny/vue-theme-mobile": "~3.14.0", | ||
"@opentiny/vue-icon": "~3.14.0" | ||
}, | ||
@@ -16,0 +17,0 @@ "license": "MIT", |
@@ -103,5 +103,5 @@ declare const _default: import("@vue/runtime-core").DefineComponent<{ | ||
_constants: Record<string, any>; | ||
pageEmpty: boolean; | ||
componentPage: boolean; | ||
pageEmpty: boolean; | ||
}, {}>; | ||
export default _default; |
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
20814
5
+ Added@opentiny/vue-icon@~3.14.0