-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
OrgChart - Add prevent go further on zoom
- Loading branch information
Showing
8 changed files
with
32 additions
and
25 deletions.
There are no files selected for viewing
Submodule hr_duo
deleted from
b28b66
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,8 @@ | ||
{ | ||
"name": "vue-orgchart-al", | ||
"description": "A vue component from OrgChart.js", | ||
"version": "1.0.0", | ||
"author": { | ||
"name": "spiritree", | ||
"email": "[email protected]", | ||
"url": "https://github.com/spiritree" | ||
}, | ||
"version": "1.1.0", | ||
"author": "spiritree <[email protected]> (https://github.com/spiritree)", | ||
"files": [ | ||
"dist", | ||
"src", | ||
|
@@ -97,5 +93,10 @@ | |
"rollup-plugin-vue": "^2.5.2", | ||
"webpack": "^3.8.0", | ||
"webpack-dev-server": "^2.9.1" | ||
}, | ||
"directories": { | ||
"doc": "docs", | ||
"example": "examples", | ||
"test": "test" | ||
} | ||
} |