UNPKG

microvideo-component

Version:

microvideo components

14 lines (11 loc) 386 B
import LayoutChildContainer from "../layout/components/LayoutChildContainer.vue"; import { installComponent } from "../../utils/install.js"; /** * 大屏布局容器组件 * @author 朱琦(zhuq@microvideo.cn) * @date 时间:2023/4/10 */ LayoutChildContainer.install = function (Vue) { installComponent(LayoutChildContainer, Vue); }; export default LayoutChildContainer;