Nuxt/examples/with-element-ui/layouts/default.vue

11 lines
188 B
Vue

<template>
<el-card class="box-card">
<div slot="header" class="clearfix">
<span>Element Example</span>
</div>
<div>
<nuxt />
</div>
</el-card>
</template>