/* * @Author: 曹文丽 * @Description: * @Date: 2023-05-30 09:31:54 * @LastEditTime: 2023-05-31 15:59:31 * @LastEditors: 曹文丽 */ import attackPerspective from "./index.vue"; import attackDetail from "./attackDetail.vue"; import { withInstall } from "../../utils/tools"; const YaAttackPerspective = withInstall( attackPerspective, "YaAttackPerspective" ); const YaAttackDetail = withInstall(attackDetail, "YaAttackDetail"); export { YaAttackPerspective, YaAttackDetail };