mat.services/pages/blog/index.vue

15 lines
154 B
Vue
Raw Normal View History

2018-10-14 06:45:44 +00:00
<template lang="pug">
#blog
</template>
<script>
export default {
head() {
return {
title: 'blog'
}
},
layout: 'compact'
}
</script>