UNPKG

sda-lib-demo

Version:

## 安装启动

7 lines (6 loc) 257 B
import CoLabelTextAnimation from "./index2.mjs"; CoLabelTextAnimation.install = (app) => { app.component(CoLabelTextAnimation.name, CoLabelTextAnimation); }; const _CoLabelTextAnimation = CoLabelTextAnimation; export { _CoLabelTextAnimation as default };