12345678910111213141516171819202122232425262728 |
- "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$27],
- 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"], ["__file", "D:/project/学吧/learn_applet/node_modules/uview-plus/components/u-safe-bottom/u-safe-bottom.vue"]]);
- wx.createComponent(Component);
|