/* * @Author: 曹文丽 caowenli@yuan-info.com * @Date: 2023-03-14 14:11:46 * @LastEditors: 曹文丽 caowenli@yuan-info.com * @LastEditTime: 2023-03-14 15:20:43 * @FilePath: \yuan-asset-module-browser\src\views\screen\index.ts * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE */ import screen from './screen.vue' import situationScreen from './situationScreen.vue' import portChange from './portChange/index.vue' import {withInstall} from '../../utils/tools' const YaScreen = withInstall(screen, 'YaScreen') const YaSituationScreen = withInstall(situationScreen, 'YaSituationScreen') const YaPortChange = withInstall(portChange, 'YaPortChange') export { YaScreen, YaSituationScreen, YaPortChange }