```ts
import { withInstall } from "@/utils";
import ${name} from './Component.vue'
export default withInstall(${name})
```
