30 lines
947 B
JavaScript
30 lines
947 B
JavaScript
"use strict";
|
|
const common_vendor = require("../../../../common/vendor.js");
|
|
const _sfc_main = {
|
|
name: "u-safe-bottom",
|
|
mixins: [common_vendor.mpMixin, common_vendor.mixin, common_vendor.props$26],
|
|
data() {
|
|
return {
|
|
safeAreaBottomHeight: 0,
|
|
isNvue: false
|
|
};
|
|
},
|
|
computed: {
|
|
style() {
|
|
const style = {};
|
|
return common_vendor.deepMerge(style, common_vendor.addStyle(this.customStyle));
|
|
}
|
|
},
|
|
mounted() {
|
|
}
|
|
};
|
|
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
return {
|
|
a: common_vendor.s($options.style),
|
|
b: common_vendor.n(!$data.isNvue && "u-safe-area-inset-bottom")
|
|
};
|
|
}
|
|
const Component = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-3ec581de"]]);
|
|
wx.createComponent(Component);
|
|
//# sourceMappingURL=../../../../../.sourcemap/mp-weixin/node-modules/uview-plus/components/u-safe-bottom/u-safe-bottom.js.map
|