Skip to content

Commit

Permalink
update dependence
Browse files Browse the repository at this point in the history
  • Loading branch information
icarusion committed Oct 24, 2017
1 parent c89e0e1 commit ecf6c2f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions examples/routers/tree.vue
@@ -1,6 +1,6 @@
<template>
<div>
<Tree :data="baseData" show-checkbox></Tree>
<Tree :data="baseData" show-checkbox multiple></Tree>
<Button @click="handleAdd">add</Button>
<Button @click="handleUpdate">update</Button>
</div>
Expand All @@ -13,6 +13,7 @@
{
expand: true,
title: 'parent 1',
checked: true,
children: [
{
title: 'parent 1-0',
Expand All @@ -30,7 +31,7 @@
},
{
title: 'parent 1-1',
expand: true,
expand: false,
checked: true,
children: [
{
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -49,7 +49,7 @@
"tinycolor2": "^1.4.1"
},
"peerDependencies": {
"vue": "^2.4.3"
"vue": "^2.5.2"
},
"devDependencies": {
"autoprefixer-loader": "^2.0.0",
Expand Down

0 comments on commit ecf6c2f

Please sign in to comment.