Add viewer

This commit is contained in:
brunosimon
2017-08-12 12:02:36 +02:00
parent f7a52d970b
commit 0f33979085
11 changed files with 55 additions and 9 deletions
+16
View File
@@ -0,0 +1,16 @@
export default
{
name: 'viewer',
components:
{
},
computed:
{
version()
{
return this.$store.state.version
}
}
}