Closed Bigalan09 closed 2 years ago
Layout component, while not visible in the user interface itself, provides a structure for other components using a one or two column layout system.
<el-layout> <div slot="top"> ... </div> <div slot="main"> ... </div> <div slot="sidebar"> ... </div> </el-layout>
Layout component, while not visible in the user interface itself, provides a structure for other components using a one or two column layout system.