6 lines
191 B
JavaScript
Raw Normal View History

2022-11-15 09:16:55 +08:00
import { w as withInstall } from "../badge/index2.js";
2023-04-21 14:04:31 +08:00
import { _ as _sfc_main } from "../index2.js";
import "vue";
2022-11-15 09:16:55 +08:00
const component = withInstall(_sfc_main);
export { component as default };