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

12 lines
111 B
Vue
Raw Normal View History

2016-07-22 04:45:15 +00:00
<template>
<section>
2016-07-26 22:55:29 +00:00
<h1>Home</h1>
2016-07-22 04:45:15 +00:00
</section>
</template>
2016-08-31 23:22:36 +00:00
<script>
export default {
2016-09-05 05:17:20 +00:00
2016-08-31 23:22:36 +00:00
};
</script>