EASYAIuniappNewUI/dist/dev/mp-weixin/components/common/MyTitle.js
2025-02-08 18:50:38 +08:00

24 lines
553 B
JavaScript

"use strict";
const common_vendor = require("../../common/vendor.js");
if (!Math) {
TnTitle();
}
const TnTitle = () => "../../node-modules/@tuniao/tnui-vue3-uniapp/components/title/src/title.js";
const _sfc_main = /* @__PURE__ */ common_vendor.defineComponent({
__name: "MyTitle",
props: {
title: { default: "默认标题" }
},
setup(__props) {
return (_ctx, _cache) => {
return {
a: common_vendor.p({
title: _ctx.title,
mode: "vLine"
})
};
};
}
});
wx.createComponent(_sfc_main);