mat.services/layouts/compact.vue

20 lines
270 B
Vue
Raw Normal View History

2018-10-14 06:45:44 +00:00
<template lang="pug">
.nuxt
hero(:compact='true')
.container
nuxt
footer.footer.white
</template>
<script>
import hero from '../components/hero.vue'
export default {
components: { hero }
}
</script>
<style lang="sass">
@import '~assets/sass/mat'
</style>