added routes and hidden header when not needed

This commit is contained in:
ori agranat
2019-03-18 22:17:25 +02:00
parent fc7edb58dd
commit d4ca7e8698
4 changed files with 60 additions and 7 deletions

View File

@@ -0,0 +1,18 @@
<template>
<h4>system</h4>
</template>
<script>
export default {
name: '',
data() {
return {
}
}
}
</script>
<style lang="" scoped>
</style>