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.

16 lines
469 B

1 week ago
  1. "use strict";
  2. const common_assets = require("../../../../common/assets.js");
  3. const common_vendor = require("../../../../common/vendor.js");
  4. const _sfc_main = {
  5. __name: "commentItem",
  6. props: ["info"],
  7. setup(__props) {
  8. return (_ctx, _cache) => {
  9. return {
  10. a: common_assets._imports_0$4
  11. };
  12. };
  13. }
  14. };
  15. const Component = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-3a191a94"]]);
  16. wx.createComponent(Component);