@opentiny/vue-tree
Advanced tools
Comparing version 2.19.0 to 2.19.1
@@ -189,3 +189,3 @@ function _extends() { | ||
}); | ||
var version = "2.19.0"; | ||
var version = "2.undefined"; | ||
Tree.install = function(Vue) { | ||
@@ -192,0 +192,0 @@ Vue.component(Tree.name, Tree); |
@@ -809,2 +809,5 @@ import { renderless as renderless$1, api as api$1 } from '@opentiny/vue-renderless/tree/vue'; | ||
}, [_c("tiny-button", { | ||
attrs: { | ||
"size": "mini" | ||
}, | ||
on: { | ||
@@ -815,3 +818,4 @@ "click": _vm.cancelDelete | ||
attrs: { | ||
"type": "primary" | ||
"type": "primary", | ||
"size": "mini" | ||
}, | ||
@@ -818,0 +822,0 @@ on: { |
{ | ||
"name": "@opentiny/vue-tree", | ||
"type": "module", | ||
"version": "2.19.0", | ||
"version": "2.19.1", | ||
"description": "", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
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
34132
1053