🐛: 修复 withInstall
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { withInstall } from "../utils";
|
||||
import { withInstall, WithInstallType } from "../utils";
|
||||
import Component from "./index.vue";
|
||||
|
||||
const component = withInstall(Component);
|
||||
const component: WithInstallType<typeof Component> = withInstall(Component);
|
||||
export default component;
|
||||
|
||||
Reference in New Issue
Block a user