first commit
This commit is contained in:
1
unpackage/dist/build/mp-weixin/uni_modules/uview-plus/components/u-safe-bottom/props.js
vendored
Normal file
1
unpackage/dist/build/mp-weixin/uni_modules/uview-plus/components/u-safe-bottom/props.js
vendored
Normal file
@@ -0,0 +1 @@
|
||||
"use strict";exports.props={props:{}};
|
||||
@@ -0,0 +1 @@
|
||||
"use strict";const e=require("./props.js"),i=require("../../libs/mixin/mpMixin.js"),t=require("../../libs/mixin/mixin.js"),s=require("../../libs/function/index.js"),n=require("../../../../common/vendor.js"),r={name:"u-safe-bottom",mixins:[i.mpMixin,t.mixin,e.props],data:()=>({safeAreaBottomHeight:0,isNvue:!1}),computed:{style(){return s.deepMerge({},s.addStyle(this.customStyle))}},mounted(){}};const o=n._export_sfc(r,[["render",function(e,i,t,s,r,o){return{a:n.s(o.style),b:n.n(!r.isNvue&&"u-safe-area-inset-bottom")}}],["__scopeId","data-v-c4161810"]]);wx.createComponent(o);
|
||||
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"component": true,
|
||||
"usingComponents": {}
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
<view style="{{a}}" class="{{['u-safe-bottom', 'data-v-c4161810', b]}}"></view>
|
||||
@@ -0,0 +1 @@
|
||||
.u-safe-bottom.data-v-c4161810{width:100%}
|
||||
Reference in New Issue
Block a user