Site > File tree > Add icons

This commit is contained in:
brunosimon
2017-08-15 19:44:49 +02:00
parent a17672ae21
commit 72a95b8904
36 changed files with 543 additions and 5 deletions
@@ -1,17 +1,20 @@
import FileIcon from '@/components/file-icon/'
export default
{
name: 'files-tree-file',
components:
{
FileIcon
},
props:
{
depth: { type: Number, default: 0 },
content: { type: Object }
},
created()
{
},
methods:
{
onNameClick()