| | |
| | | <screen-face></screen-face> |
| | | </div> |
| | | <div class="center-container wrapper"> |
| | | |
| | | <screen-detection></screen-detection> |
| | | </div> |
| | | <div class="right-container wrapper"> |
| | | |
| | | <screen-examine></screen-examine> |
| | | </div> |
| | | </div> |
| | | </div> |
| | |
| | | |
| | | <script> |
| | | import ScreenFace from '../screen-face/index'; |
| | | import ScreenDetection from '../screen-detection/index'; |
| | | import ScreenExamine from '../screen-examine/index'; |
| | | export default { |
| | | name: 'ScreenWrapper', |
| | | components: { |
| | | ScreenFace |
| | | ScreenFace, |
| | | ScreenDetection, |
| | | ScreenExamine, |
| | | }, |
| | | } |
| | | </script> |