mirror of https://github.com/halo-dev/halo-admin
Do something.
parent
51f575f2fd
commit
f3f54e0fa3
|
@ -9,6 +9,9 @@ export default {
|
|||
}
|
||||
},
|
||||
methods: {
|
||||
handlerSelectFile() {
|
||||
this.$log.debug('加载文件')
|
||||
},
|
||||
renderNode(h, file) {
|
||||
if (file.node && file.node.length) {
|
||||
return h(
|
||||
|
@ -30,6 +33,9 @@ export default {
|
|||
key: file.path,
|
||||
title: file.name,
|
||||
isLeaf: file.isFile
|
||||
},
|
||||
nativeOn: {
|
||||
click: this.handlerSelectFile
|
||||
}
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue