vue-material/src/docs/pages/Introduction.vue

14 lines
198 B
Vue
Raw Normal View History

2016-07-22 04:45:15 +00:00
<template>
2016-09-09 19:59:55 +00:00
<div class="page-content">
2016-09-19 03:46:56 +00:00
<h1>Introduction</h1>
2016-09-09 19:59:55 +00:00
</div>
2016-07-22 04:45:15 +00:00
</template>
2016-09-19 03:46:56 +00:00
<script>
export default {
mounted() {
this.$root.pageTitle = 'Introduction';
}
};
</script>