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