layui/src/module/empty/index.ts
就眠儀式 93507d0165 ci eslint
2021-12-25 00:09:30 +08:00

10 lines
269 B
TypeScript

import type { App } from "vue";
import Component from "./index.vue";
import type { IDefineComponent } from "../type/index";
Component.install = (app: App) => {
app.component(Component.name || "LayEmpty", Component);
};
export default Component as IDefineComponent;