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