17 lines
577 B
JavaScript
17 lines
577 B
JavaScript
import { openBlock, createElementBlock } from "vue";
|
|
import { _ as _export_sfc } from "../../../_plugin-vue_export-helper.js";
|
|
const _sfc_main = {};
|
|
function _sfc_render(_ctx, _cache) {
|
|
return openBlock(), createElementBlock("scroll-view", {
|
|
scrollY: true,
|
|
showScrollbar: true,
|
|
enableBackToTop: true,
|
|
bubble: "true",
|
|
style: { flexDirection: "column" }
|
|
});
|
|
}
|
|
const video = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__file", "D:/document/九亿商城/jy/jiuyi/pages/news/audio-video/video.nvue"]]);
|
|
export {
|
|
video as default
|
|
};
|