You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
829 B

7 months ago
"use strict";
const uni_modules_limePainter_components_common_relation = require("../common/relation.js");
const common_vendor = require("../../../../common/vendor.js");
const _sfc_main = {
name: "lime-painter-text",
mixins: [uni_modules_limePainter_components_common_relation.children("painter")],
props: {
css: [String, Object],
text: [String, Number],
replace: Object
},
data() {
return {
type: "text",
el: {
css: {},
text: null
}
};
}
};
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
return {};
}
const Component = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render], ["__file", "D:/uniapp/uniapp/src/uni_modules/lime-painter/components/l-painter-text/l-painter-text.vue"]]);
wx.createComponent(Component);