mat.services/pages/blog/index.vue

11 lines
147 B
Vue
Raw Normal View History

2018-02-08 21:21:28 +00:00
<template lang="pug">
2018-02-09 01:31:59 +00:00
#blog.has-text-centered-mobile
2018-02-08 21:21:28 +00:00
h1.title coming soon!
</template>
<script>
export default {
2018-02-09 18:01:38 +00:00
layout: 'blog',
2018-02-08 21:21:28 +00:00
};
</script>