src/views/screen/components/screen-wrapper/index.vue
@@ -5,7 +5,7 @@ <screen-face></screen-face> </div> <div class="center-container wrapper"> <screen-detection></screen-detection> </div> <div class="right-container wrapper"> @@ -16,10 +16,12 @@ <script> import ScreenFace from '../screen-face/index'; import ScreenDetection from '../screen-detection/index'; export default { name: 'ScreenWrapper', components: { ScreenFace ScreenFace, ScreenDetection }, } </script>