6 lines
156 B
TypeScript
6 lines
156 B
TypeScript
import { withInstall } from "../../utils";
|
|
import Component from "./index.vue";
|
|
|
|
export const component = withInstall(Component);
|
|
export default component;
|