gancio/layouts/modal.vue
2020-01-15 23:29:51 +01:00

9 lines
270 B
Vue

<template lang='pug'>
el-container#modal
el-header
el-row(:gutter='20')
el-col(:span='12' :offset='6')
el-card.mt-5
h4(slot='header') <nuxt-link :to='"/"'><img src='/favicon.ico'/></nuxt-link> {{$route.name}}
nuxt
</template>