21 lines
593 B
JavaScript
21 lines
593 B
JavaScript
"use strict";
|
|
const common_vendor = require("../../common/vendor.js");
|
|
if (!Array) {
|
|
const _easycom_ListVideo2 = common_vendor.resolveComponent("ListVideo");
|
|
_easycom_ListVideo2();
|
|
}
|
|
const _easycom_ListVideo = () => "../../components/ListVideo/ListVideo.js";
|
|
if (!Math) {
|
|
_easycom_ListVideo();
|
|
}
|
|
const _sfc_main = {
|
|
__name: "video",
|
|
setup(__props) {
|
|
return (_ctx, _cache) => {
|
|
return {};
|
|
};
|
|
}
|
|
};
|
|
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__file", "D:/uniapp1/gree_leran/pages/video/video.vue"]]);
|
|
wx.createPage(MiniProgramPage);
|