ZhangXianQiang
2024-03-18 99d0cefca0ba2b3d5a5b07080e21a311348a3d13
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>