更新记录
1.0.0(2021-03-05) 下载此版本
自定义标题,返回上一页
平台兼容性
Vue2 | Vue3 |
---|---|
√ | × |
App | 快应用 | 微信小程序 | 支付宝小程序 | 百度小程序 | 字节小程序 | QQ小程序 |
---|---|---|---|---|---|---|
× | × | × | √ | × | × | × |
钉钉小程序 | 快手小程序 | 飞书小程序 | 京东小程序 |
---|---|---|---|
× | × | × | × |
H5-Safari | Android Browser | 微信浏览器(Android) | QQ浏览器(Android) | Chrome | IE | Edge | Firefox | PC-Safari |
---|---|---|---|---|---|---|---|---|
× | × | × | × | × | × | × | × | × |
使用方法
引入后直接注册组件使用 获取系统信息,腾出statebarheight位置 适配苹果手机刘海屏
Script
:
import daciziheadtag from '../../components/dacizi-headtag/dacizi-headtag.vue'
export default {
components: {
daciziheadtag
},
data() {
return {
tab_title:1,// 标题
}
},
}
Template
:
<daciziheadtag :title=tab_title @click="tabClick"></daciziheadtag>