mirror of
https://github.com/Hopiu/vue-material.git
synced 2026-04-23 08:04:49 +00:00
Rename home page
This commit is contained in:
parent
19f25ba4b7
commit
8c8e99edba
1 changed files with 9 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue