Skip to content

Commit

Permalink
test: add test #77
Browse files Browse the repository at this point in the history
  • Loading branch information
Seungwoo321 committed Apr 1, 2024
1 parent b719f86 commit 3ef5596
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions example/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,9 @@ export default {
viewTable: false,
// fix issue #27
valueFilter: {
Meal: {
Dinner: true
// Merge pull reqest #77
date: {
'*': true
}
},
config: {},
Expand Down
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.4.65",
"version": "0.4.66",
"main": "dist/vue-pivottable.mjs",
"files": [
"dist",
Expand Down

0 comments on commit 3ef5596

Please sign in to comment.