fix(demo): change param name

This commit is contained in:
youxingzhi
2019-03-13 12:09:53 +08:00
parent 2164d032ca
commit 87b8a30bfb

View File

@@ -64,8 +64,8 @@
} }
}, },
methods: { methods: {
onDel (params) { onDel (node) {
console.log(params) console.log(node)
node.remove() node.remove()
}, },