8 lines
144 B
Vue
8 lines
144 B
Vue
<template lang='pug'>
|
|
el-container#modal
|
|
el-header
|
|
el-row(:gutter='20')
|
|
el-col(:span='12' :offset='6')
|
|
nuxt
|
|
</template>
|