src/views/screen/components/screen-wrapper/index.vue
@@ -8,7 +8,7 @@ <screen-detection></screen-detection> </div> <div class="right-container wrapper"> <screen-examine></screen-examine> </div> </div> </div> @@ -17,11 +17,13 @@ <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, ScreenDetection ScreenDetection, ScreenExamine, }, } </script>