feat: 添加AnimateCss选择器组件ReAnimateSelector (#764)

* feat: 添加`AnimateCss`选择器组件`ReAnimateSelector`

* chore: update
This commit is contained in:
xiaoming
2023-10-21 15:00:44 +08:00
committed by GitHub
parent b325442e82
commit 59fcac86c4
7 changed files with 291 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
import reAnimateSelector from "./src/index.vue";
import { withInstall } from "@pureadmin/utils";
/** [animate.css](https://animate.style/) 选择器组件 */
export const ReAnimateSelector = withInstall(reAnimateSelector);
export default ReAnimateSelector;