# 全局的组件如何使用
```
<main-theme1 ref="mainTheme">
<template slot="headerRight">
<div @click="logout">退出登录</div>
</template>
<template slot="headerLine">
<div class="hd-line"></div>
</template>
<router-view></router-view>
</main-theme1>
```
### mainTheme1 props
| 属性 | 说明 | 类型 | 默认值 |
| --- | --- | --- | --- |
| logoPath | logo图片 | String | default |
| avatarPath | 登录后的头像 | String | default |
| siderWidth | 左侧菜单的宽度 | Number | 200 |
| headerMenusShow | 是否显示顶级菜单 | Booble| true |
### mainTheme1 slot
| 名称 | 说明 |
| --- | --- |
| headerRight | 头部右侧的内容,调用退出功能:this.$refs.mainTheme.logout() |
|headerLine| 头部下面的div,可以自定义样式|
- vue学习方向
- iview-admin项目说明
- 快速开始
- 开发工具
- 开始开发
- 接口的定义和调用
- 常用函数汇总
- 组件的定义
- iview开发规范说明
- 插件使用说明
- 时间插件
- 命名规范
- vue变量函数规则
- 接口嵌套使用说明
- 组件建立说明
- vue使用规范
- 数据检测特别说名
- iview-layout-themes
- util
- common
- xeUtils详细说明
- form表单自动生成
- theme1使用说明
- theme2使用说明
- hd-login登录组件说明
- wl-upload-files图片上传组件
- wl-upload-imgs
- wl-upload-oss-files
- wl-read-excel
- wl-dir-upload选择文件架
- system组件说明
- 机构管理wl-company-manager
- 用户管理
- wl-excel-import Excel数据导入
- 前台使用说明
- 后台使用说明
- Excel使用说明
- wl-vue2-editor
- 字符串截取方法
- redis常用说明
- 推荐redis使用规范