main-content.vue 332 B

12345678
  1. <template>
  2. <el-page-header>
  3. <template #content>
  4. <span class="text-large font-600 mr-3"> Title </span>
  5. </template>
  6. <div class="mt-4 text-sm font-bold">Your additional content can be added with default slot, You may put as many content as you want here.</div>
  7. </el-page-header>
  8. </template>