fix: use the correct option value for videoCardOpenModeOptions

This commit is contained in:
Hakadao
2024-09-15 20:59:52 +08:00
parent 874c493962
commit 9c10a44382

View File

@@ -37,7 +37,7 @@ const videoCardOpenModeOptions = computed(() => {
},
{
label: t('settings.video_card_link_opening_behavior_opt.new_tab'),
value: 'new_tab',
value: 'newTab',
},
]
})