initMpFootCommon
# 插入mp-foot-common
#### body末尾插入mp-foot-common,并初始化底部吸附相关样式。使用前请确认是否会与以下样式冲突
> body:
`position:relative`,
`min-heignt:10vh`,
`padding-bottom:`[MP_FOOT_COMMON_HEIGHT](doc:clt2fzSc)+`px`,
`box-sizing:border-box`;
mp-foot-common:
`position:absolute`,
`bottom:0`、`left:0`
>
## 参数
#### option
> 初始化vue插件实例所需参数
```language
mounted(){
//插入底部
this.$api.initMpFootCommon({
....
propsData:{
...
},
});
},
```