chore: 🤖 migrate to vue cli 3

This commit is contained in:
Binbin Sun
2019-12-27 14:14:34 +08:00
parent 0723294c7b
commit 4b8bbcbfde
14 changed files with 11508 additions and 172 deletions

View File

@@ -125,10 +125,6 @@
}
vm.newTree = _dfs(vm.data)
},
onClick(model) {
console.log(model)
}
}
}

View File

@@ -1,11 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="with=device-width,initial-scale=1.0,
maximum-scale=1.0,minimum-scale=1.0,uses-scalable=no">
<title>vue-tree-list</title>
</head>
<body>
<div id="app"></div>
</body>
</html>