Skip to content
This repository has been archived by the owner on Oct 24, 2019. It is now read-only.

Commit

Permalink
Merge branch 'master' into production
Browse files Browse the repository at this point in the history
  • Loading branch information
js87zz committed Aug 29, 2019
2 parents 741dc21 + ff4d460 commit c3dbb29
Show file tree
Hide file tree
Showing 4 changed files with 59 additions and 106 deletions.
4 changes: 3 additions & 1 deletion example/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ export default {
score: '5'
}
],
rowHeaders: ['checkbox'],
myTheme: {
name: 'myTheme',
value: {
Expand All @@ -143,6 +142,9 @@ export default {
}
}
}
},
options: {
rowHeaders: ['checkbox']
}
};
},
Expand Down
106 changes: 44 additions & 62 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@toast-ui/vue-grid",
"version": "2.0.0",
"version": "2.0.1",
"description": "TOAST UI Grid for Vue",
"main": "dist/toastui-vue-grid.js",
"files": [
Expand Down Expand Up @@ -42,6 +42,6 @@
"vue": "^2.5.0"
},
"dependencies": {
"tui-grid": "^4.0.0"
"tui-grid": "^4.5.0"
}
}
Loading

0 comments on commit c3dbb29

Please sign in to comment.