소스 검색

fix: remove unreferenced components

Casper Dai 3 년 전
부모
커밋
b27ab33b44
2개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 1
      src/views/realm/device/Group.vue
  2. 0 1
      src/views/realm/device/settings/components/DeviceNormalConfig.vue

+ 0 - 1
src/views/realm/device/Group.vue

@@ -11,7 +11,6 @@
       :schema="schema"
       @row-click="onRowClick"
     />
-    <record-config-dialog ref="recordConfigDialog" />
   </wrapper>
 </template>
 

+ 0 - 1
src/views/realm/device/settings/components/DeviceNormalConfig.vue

@@ -6,7 +6,6 @@
     >
       内容保护配置
     </button>
-    <record-config-dialog ref="recordConfigDialog" />
     <content-protection-config-dialog ref="contentProtectionConfigDialog" />
   </div>
 </template>