mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-02 11:17:46 +08:00
9 lines
167 B
Vue
9 lines
167 B
Vue
<template>
|
|
<div class="common-layout">
|
|
<el-container>
|
|
<el-header>Header</el-header>
|
|
<el-main>Main</el-main>
|
|
</el-container>
|
|
</div>
|
|
</template>
|