vue2-org-tree
Advanced tools
Comparing version 1.3.2 to 1.3.3
{ | ||
"name": "vue2-org-tree", | ||
"description": "A simple organization tree chart based on Vue2.x", | ||
"version": "1.3.2", | ||
"version": "1.3.3", | ||
"main": "dist/index.js", | ||
@@ -6,0 +6,0 @@ "module": "src/main.js", |
@@ -31,8 +31,4 @@ # vue-org-tree | ||
# css | ||
<link href="https://unpkg.com/vue2-org-tree@1.1.0/dist/style.css"> | ||
<link href="https://unpkg.com/vue2-org-tree/dist/style.css"> | ||
<!-- | ||
... | ||
--> | ||
# js | ||
@@ -46,5 +42,4 @@ <script src="https://unpkg.com/vue/dist/vue.js"></script> | ||
* #### props | ||
#### props | ||
prop | descripton | type | default | ||
@@ -63,11 +58,11 @@ ------------------|-----------------------------------------|:----------------------:|:---------------------------------------------------------: | ||
* ### events | ||
### events | ||
event name | descripton | type | ||
------------------|-----------------------------------------|:---------------------- | ||
click | Click event | `Function` | ||
mouseover | onMouseOver event | `Function` | ||
mouseout | onMouseOut event | `Function` | ||
event name | descripton | type | ||
------------------|-----------------------------------------|:---------------------- | ||
click | Click event | `Function` | ||
mouseover | onMouseOver event | `Function` | ||
mouseout | onMouseOut event | `Function` | ||
* ### Call events | ||
### Call events | ||
@@ -110,3 +105,3 @@ #### on-expand | ||
use table layout! | ||
use table layout! | ||
@@ -113,0 +108,0 @@ > IE9+、Chrome、Firefox、Opera |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
243970
108