UNPKG

@kfl-ui/utils

Version:

Vue 工具集合,包含自动路由生成器

7 lines (4 loc) 176 B
import { Plugin } from 'vue'; type SFCWithInstall<T> = T & Plugin; declare const withInstall: <T>(comp: T) => SFCWithInstall<T>; export { type SFCWithInstall, withInstall };