Skip to content

Commit

Permalink
Fixed #750 with a workaround and update to 3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
cagataycivici committed Dec 10, 2020
1 parent 7a3de22 commit b8fed3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"prismjs": "^1.15.0",
"quill": "^1.3.7",
"sass-loader": "^8.0.2",
"vue": "3.0.2",
"vue": "3.0.3",
"vue-router": "^4.0.0-0"
}
}
2 changes: 1 addition & 1 deletion src/components/treetable/TreeTableRow.vue
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import Ripple from '../ripple/Ripple';
export default {
name: 'sub-ttnode',
emits: ['node-click', 'node-toggle', 'checkbox-change'],
emits: ['node-click', 'node-toggle', 'checkbox-change','nodeClick', 'nodeToggle', 'checkboxChange'],
props: {
node: {
type: null,
Expand Down

0 comments on commit b8fed3b

Please sign in to comment.