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

Commit c3dbb29

Browse files
committed
Merge branch 'master' into production
2 parents 741dc21 + ff4d460 commit c3dbb29

File tree

4 files changed

+59
-106
lines changed

4 files changed

+59
-106
lines changed

example/App.vue

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,6 @@ export default {
125125
score: '5'
126126
}
127127
],
128-
rowHeaders: ['checkbox'],
129128
myTheme: {
130129
name: 'myTheme',
131130
value: {
@@ -143,6 +142,9 @@ export default {
143142
}
144143
}
145144
}
145+
},
146+
options: {
147+
rowHeaders: ['checkbox']
146148
}
147149
};
148150
},

package-lock.json

Lines changed: 44 additions & 62 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@toast-ui/vue-grid",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "TOAST UI Grid for Vue",
55
"main": "dist/toastui-vue-grid.js",
66
"files": [
@@ -42,6 +42,6 @@
4242
"vue": "^2.5.0"
4343
},
4444
"dependencies": {
45-
"tui-grid": "^4.0.0"
45+
"tui-grid": "^4.5.0"
4646
}
4747
}

0 commit comments

Comments
 (0)