Rename home page

This commit is contained in:
Marcos Moura 2016-09-19 00:46:56 -03:00
parent 14dbd8e7ff
commit c2f318ab8b

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>