delete refmixin

pull/9/head
tangjinzhou 2017-12-01 19:03:12 +08:00
parent 7b92db786f
commit 77b533ec1a
1 changed files with 0 additions and 9 deletions

View File

@ -1,9 +0,0 @@
export default {
methods: {
saveRef (name) {
return node => {
this[name] = node
}
},
},
}