Rename home page

This commit is contained in:
Marcos Moura 2016-09-19 00:46:56 -03:00
parent 19f25ba4b7
commit 8c8e99edba

View file

@ -1,5 +1,13 @@
<template>
<div class="page-content">
<h1>Home</h1>
<h1>Introduction</h1>
</div>
</template>
<script>
export default {
mounted() {
this.$root.pageTitle = 'Introduction';
}
};
</script>