Răsfoiți Sursa

fix: remove unreferenced components

Casper Dai 3 ani în urmă
părinte
comite
b27ab33b44

+ 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>