mat.services/layouts/compact.vue

20 lines
271 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 {
2018-10-18 06:19:46 +00:00
components: { hero },
2018-10-14 06:45:44 +00:00
}
</script>
<style lang="sass">
@import '~assets/sass/mat'
</style>