Skip to content

Commit 31f3f53

Browse files
committed
Merge branch 'master' of github.com:ratiw/vue-table into develop
2 parents 69a7846 + 98c01d1 commit 31f3f53

File tree

4 files changed

+14
-16
lines changed

4 files changed

+14
-16
lines changed

dist/vue-table.js

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -575,9 +575,8 @@ exports.default = {
575575
console.warn('You need to define "detail-row-id" in order for detail-row feature to work!');
576576
return false;
577577
}
578-
var result = this.detailRowCallback.trim() !== '' || this.detailRowComponent !== '';
579-
console.log('aaa>>>', this.detailRowComponent, result);
580-
return result;
578+
579+
return this.detailRowCallback.trim() !== '' || this.detailRowComponent !== '';
581580
},
582581
useDetailRowComponent: function useDetailRowComponent() {
583582
return this.detailRowComponent !== '';
@@ -1059,9 +1058,9 @@ if (module.hot) {(function () { module.hot.accept()
10591058
document.head.removeChild(__vueify_style__)
10601059
})
10611060
if (!module.hot.data) {
1062-
hotAPI.createRecord("_v-a86009c0", module.exports)
1061+
hotAPI.createRecord("_v-3563622c", module.exports)
10631062
} else {
1064-
hotAPI.update("_v-a86009c0", module.exports, (typeof module.exports === "function" ? module.exports.options : module.exports).template)
1063+
hotAPI.update("_v-3563622c", module.exports, (typeof module.exports === "function" ? module.exports.options : module.exports).template)
10651064
}
10661065
})()}
10671066
},{"vue":"vue","vue-hot-reload-api":1,"vueify/lib/insert-css":2}],4:[function(require,module,exports){
@@ -1087,9 +1086,9 @@ if (module.hot) {(function () { module.hot.accept()
10871086
hotAPI.install(require("vue"), true)
10881087
if (!hotAPI.compatible) return
10891088
if (!module.hot.data) {
1090-
hotAPI.createRecord("_v-50fb97da", module.exports)
1089+
hotAPI.createRecord("_v-3d729fe6", module.exports)
10911090
} else {
1092-
hotAPI.update("_v-50fb97da", module.exports, (typeof module.exports === "function" ? module.exports.options : module.exports).template)
1091+
hotAPI.update("_v-3d729fe6", module.exports, (typeof module.exports === "function" ? module.exports.options : module.exports).template)
10931092
}
10941093
})()}
10951094
},{"./VuetablePaginationMixin.vue":6,"vue":"vue","vue-hot-reload-api":1}],5:[function(require,module,exports){
@@ -1155,9 +1154,9 @@ if (module.hot) {(function () { module.hot.accept()
11551154
hotAPI.install(require("vue"), true)
11561155
if (!hotAPI.compatible) return
11571156
if (!module.hot.data) {
1158-
hotAPI.createRecord("_v-15a35d8b", module.exports)
1157+
hotAPI.createRecord("_v-9c70ccd2", module.exports)
11591158
} else {
1160-
hotAPI.update("_v-15a35d8b", module.exports, (typeof module.exports === "function" ? module.exports.options : module.exports).template)
1159+
hotAPI.update("_v-9c70ccd2", module.exports, (typeof module.exports === "function" ? module.exports.options : module.exports).template)
11611160
}
11621161
})()}
11631162
},{"./VuetablePaginationMixin.vue":6,"vue":"vue","vue-hot-reload-api":1}],6:[function(require,module,exports){
@@ -1275,9 +1274,9 @@ if (module.hot) {(function () { module.hot.accept()
12751274
hotAPI.install(require("vue"), true)
12761275
if (!hotAPI.compatible) return
12771276
if (!module.hot.data) {
1278-
hotAPI.createRecord("_v-e59f6b12", module.exports)
1277+
hotAPI.createRecord("_v-e34f2c2a", module.exports)
12791278
} else {
1280-
hotAPI.update("_v-e59f6b12", module.exports, (typeof module.exports === "function" ? module.exports.options : module.exports).template)
1279+
hotAPI.update("_v-e34f2c2a", module.exports, (typeof module.exports === "function" ? module.exports.options : module.exports).template)
12811280
}
12821281
})()}
12831282
},{"vue":"vue","vue-hot-reload-api":1}],7:[function(require,module,exports){

0 commit comments

Comments
 (0)