update dependence
This commit is contained in:
parent
c89e0e1791
commit
ecf6c2fae9
2 changed files with 4 additions and 3 deletions
|
@ -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>
|
||||
|
@ -13,6 +13,7 @@
|
|||
{
|
||||
expand: true,
|
||||
title: 'parent 1',
|
||||
checked: true,
|
||||
children: [
|
||||
{
|
||||
title: 'parent 1-0',
|
||||
|
@ -30,7 +31,7 @@
|
|||
},
|
||||
{
|
||||
title: 'parent 1-1',
|
||||
expand: true,
|
||||
expand: false,
|
||||
checked: true,
|
||||
children: [
|
||||
{
|
||||
|
|
|
@ -49,7 +49,7 @@
|
|||
"tinycolor2": "^1.4.1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"vue": "^2.4.3"
|
||||
"vue": "^2.5.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"autoprefixer-loader": "^2.0.0",
|
||||
|
|
Loading…
Add table
Reference in a new issue