File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,8 +8,7 @@ const props = defineProps({
88 title: String ,
99 label: String ,
1010 popoverData: { content: String , placement: String },
11- installer: Object ,
12- livekit: Object
11+ installer: Object
1312 }
1413 ],
1514 required: true
@@ -40,17 +39,6 @@ const dialogTab = ref(props.initialTab);
4039 :sha256sum =" isaInfo.installer?.sha256sum ?? ''"
4140 :sources =" sources" />
4241 </el-tab-pane >
43- <el-tab-pane
44- :disabled =" !isaInfo.livekit"
45- :label =" t('DownloadDetails.downloadLivekitName')"
46- name =" livekit" >
47- <DownloadDetailsMain
48- :arch =" isaInfo.label"
49- :content =" isaInfo.popoverData.content"
50- :path =" isaInfo.livekit?.path ?? ''"
51- :sha256sum =" isaInfo.livekit?.sha256sum ?? ''"
52- :sources =" sources" />
53- </el-tab-pane >
5442 <el-tab-pane
5543 v-if =" isaInfo.title === 'arm64'"
5644 :label =" t('DownloadDetails.downloadAppleSiliconInstruction')"
You can’t perform that action at this time.
0 commit comments