fix: refresh after change

This commit is contained in:
아르페 2024-01-16 23:58:50 +09:00
parent fcc4bddd3f
commit b04e7ade35

View file

@ -137,6 +137,7 @@ watch([
renameTheButtonInPostFormToNya,
friendlyEnableNotifications,
friendlyEnableWidgets,
showQuickHeartReaction,
], async () => {
await reloadAsk();
});
@ -146,7 +147,7 @@ const headerActions = computed(() => []);
const headerTabs = computed(() => []);
definePageMetadata({
title: 'LycheeBridge',
title: 'CherryPick',
icon: 'ti ti-bulb-filled',
});
</script>