Skip to content
This repository was archived by the owner on Aug 27, 2019. It is now read-only.

Commit 84c2cba

Browse files
committed
build: version 1.1.3
1 parent ff55cf6 commit 84c2cba

File tree

6 files changed

+6
-2
lines changed

6 files changed

+6
-2
lines changed

dist/style.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@
6161

6262

6363

64+
6465

6566

6667
#wrapper {

dist/vue-orgchart.common.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4314,6 +4314,7 @@ var VoBasic = { render: function render() {
43144314
data: function data(newVal) {
43154315
var _this = this;
43164316

4317+
this.newData = newVal;
43174318
var promise = new Promise(function (resolve) {
43184319
if (newVal) {
43194320
resolve();

dist/vue-orgchart.common.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/vue-orgchart.esm.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4310,6 +4310,7 @@ var VoBasic = { render: function render() {
43104310
data: function data(newVal) {
43114311
var _this = this;
43124312

4313+
this.newData = newVal;
43134314
var promise = new Promise(function (resolve) {
43144315
if (newVal) {
43154316
resolve();

dist/vue-orgchart.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4316,6 +4316,7 @@ var VoBasic = { render: function render() {
43164316
data: function data(newVal) {
43174317
var _this = this;
43184318

4319+
this.newData = newVal;
43194320
var promise = new Promise(function (resolve) {
43204321
if (newVal) {
43214322
resolve();

dist/vue-orgchart.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)