gree_leran/unpackage/dist/dev/mp-weixin/pages/video/video.js

21 lines
593 B
JavaScript
Raw Normal View History

2024-06-16 15:32:15 +00:00
"use strict";
const common_vendor = require("../../common/vendor.js");
2024-06-20 15:36:19 +00:00
if (!Array) {
const _easycom_ListVideo2 = common_vendor.resolveComponent("ListVideo");
_easycom_ListVideo2();
}
const _easycom_ListVideo = () => "../../components/ListVideo/ListVideo.js";
if (!Math) {
_easycom_ListVideo();
}
2024-06-16 15:32:15 +00:00
const _sfc_main = {
2024-06-20 15:36:19 +00:00
__name: "video",
setup(__props) {
return (_ctx, _cache) => {
return {};
2024-06-16 15:32:15 +00:00
};
}
};
2024-06-20 15:36:19 +00:00
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__file", "D:/uniapp1/gree_leran/pages/video/video.vue"]]);
2024-06-16 15:32:15 +00:00
wx.createPage(MiniProgramPage);