greenPro/unpackage/dist/dev/mp-weixin/components/page-head/page-head.js

19 lines
515 B
JavaScript
Raw Normal View History

2024-06-02 14:51:29 +00:00
"use strict";
const common_vendor = require("../../common/vendor.js");
const _sfc_main = {
name: "page-head",
props: {
title: {
type: String,
default: ""
}
}
};
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
return {
a: common_vendor.t($props.title)
};
}
const Component = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render], ["__file", "E:/xianyu/app/greenPro/components/page-head/page-head.vue"]]);
wx.createComponent(Component);