feat: Preferences support clearing the cache and logging out

This commit is contained in:
vben
2024-07-06 14:41:18 +08:00
parent 37a4f971c8
commit 1425f1d11d
9 changed files with 265 additions and 231 deletions

View File

@@ -95,7 +95,7 @@ function handleNoticeClear() {
</script>
<template>
<BasicLayout>
<BasicLayout @clear-preferences-and-logout="handleLogout">
<template #user-dropdown>
<UserDropdown
:avatar="preferences.app.defaultAvatar"