Files
gancio/layouts/modal.vue

8 lines
144 B
Vue
Raw Normal View History

<template lang='pug'>
2020-01-15 23:29:51 +01:00
el-container#modal
el-header
el-row(:gutter='20')
el-col(:span='12' :offset='6')
2020-01-21 01:18:45 +01:00
nuxt
</template>