style: update back-top style

This commit is contained in:
vben
2020-12-11 00:06:43 +08:00
parent dddda5b296
commit 8f9eff78aa
6 changed files with 39 additions and 19 deletions

View File

@@ -1,6 +1,6 @@
import ClickOutSide from './src/index.vue';
import { withInstall } from '../util';
import { createAsyncComponent } from '/@/utils/factory/createAsyncComponent';
export const ClickOutSide = createAsyncComponent(() => import('./src/index.vue'));
withInstall(ClickOutSide);
export { ClickOutSide };