Skip to content

Commit

Permalink
chore: add new build
Browse files Browse the repository at this point in the history
  • Loading branch information
Seungwoo321 committed Jan 3, 2022
1 parent d287d3b commit d9df381
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/vue-pivottable.common.js
Original file line number Diff line number Diff line change
Expand Up @@ -228779,7 +228779,7 @@ function PivottableUi_objectSpread(target) { for (var i = 1; i < arguments.lengt
openFilterBox: function openFilterBox(_ref3) {
var attribute = _ref3.attribute,
open = _ref3.open;
this.openStatus[attribute] = open;
this.$set(this.openStatus, attribute, open);
},
closeFilterBox: function closeFilterBox(event) {
this.openStatus = {};
Expand Down
2 changes: 1 addition & 1 deletion dist/vue-pivottable.umd.js
Original file line number Diff line number Diff line change
Expand Up @@ -228788,7 +228788,7 @@ function PivottableUi_objectSpread(target) { for (var i = 1; i < arguments.lengt
openFilterBox: function openFilterBox(_ref3) {
var attribute = _ref3.attribute,
open = _ref3.open;
this.openStatus[attribute] = open;
this.$set(this.openStatus, attribute, open);
},
closeFilterBox: function closeFilterBox(event) {
this.openStatus = {};
Expand Down
2 changes: 1 addition & 1 deletion dist/vue-pivottable.umd.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-pivottable",
"version": "0.3.96",
"version": "0.3.97",
"main": "src/index.js",
"files": [
"dist",
Expand Down

0 comments on commit d9df381

Please sign in to comment.