feat:新增pure-admin前端
This commit is contained in:
11
Yi.Pure.Vue3/src/components/ReCountTo/index.ts
Normal file
11
Yi.Pure.Vue3/src/components/ReCountTo/index.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
import reNormalCountTo from "./src/normal";
|
||||
import reboundCountTo from "./src/rebound";
|
||||
import { withInstall } from "@pureadmin/utils";
|
||||
|
||||
/** 普通数字动画组件 */
|
||||
const ReNormalCountTo = withInstall(reNormalCountTo);
|
||||
|
||||
/** 回弹式数字动画组件 */
|
||||
const ReboundCountTo = withInstall(reboundCountTo);
|
||||
|
||||
export { ReNormalCountTo, ReboundCountTo };
|
||||
Reference in New Issue
Block a user