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