index.ts 229 字节
Newer Older
V
vben 已提交
1
import { withInstall } from '../util';
V
vben 已提交
2
import { createAsyncComponent } from '/@/utils/factory/createAsyncComponent';
V
vben 已提交
3

V
vben 已提交
4
export const ClickOutSide = createAsyncComponent(() => import('./src/index.vue'));
V
vben 已提交
5

V
vben 已提交
6
withInstall(ClickOutSide);