props.js
681 字节
"use strict";const e=require("../../libs/vue.js"),r=require("../../libs/config/props.js"),t=e.defineMixin({props:{value:{type:[String,Number,null],default:()=>r.defProps.tabbar.value},safeAreaInsetBottom:{type:Boolean,default:()=>r.defProps.tabbar.safeAreaInsetBottom},border:{type:Boolean,default:()=>r.defProps.tabbar.border},zIndex:{type:[String,Number],default:()=>r.defProps.tabbar.zIndex},activeColor:{type:String,default:()=>r.defProps.tabbar.activeColor},inactiveColor:{type:String,default:()=>r.defProps.tabbar.inactiveColor},fixed:{type:Boolean,default:()=>r.defProps.tabbar.fixed},placeholder:{type:Boolean,default:()=>r.defProps.tabbar.placeholder}}});exports.props=t;