ruoyi-plus-soybean/src/components/custom/index.ts

5 lines
128 B
TypeScript
Raw Normal View History

2022-01-11 08:22:31 +08:00
import CountTo from './CountTo/index.vue';
2022-01-05 01:35:32 +08:00
import ImageVerify from './ImageVerify/index.vue';
2022-01-11 08:22:31 +08:00
export { CountTo, ImageVerify };