This commit is contained in:
2022-11-14 11:59:26 +08:00
parent 0a63adba99
commit 492d0963fe
336 changed files with 70636 additions and 7 deletions

5
es/carouselItem/index.js Normal file
View File

@@ -0,0 +1,5 @@
import { w as withInstall } from "../badge/index2.js";
import { _ as _sfc_main } from "../carousel/index2.js";
import "vue";
const component = withInstall(_sfc_main);
export { component as default };