UNPKG

microvideo-component

Version:

microvideo components

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