🎨 Site > File Tree > Remove data property

This commit is contained in:
brunosimon
2017-08-29 20:30:33 +01:00
parent 9576c4782d
commit e9f373e62e
7 changed files with 40 additions and 28 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ export default
{
extension()
{
return this.$store.state.files.current.data.extension
return this.$store.state.files.current.extension
},
version()