mirror of
https://github.com/ArthurDanjou/artchat.git
synced 2026-02-07 05:05:50 +01:00
Refactor code structure for improved readability and maintainability
This commit is contained in:
@@ -28,7 +28,7 @@ const head = useLocaleHead()
|
||||
<ChatCommandPalette
|
||||
v-motion
|
||||
:active="messages.length > 0"
|
||||
:mode="route.path.includes('/projects') || route.path.includes('/writings') || route.path.includes('/canva') ? 'work' : 'chat'"
|
||||
:mode="route.path.includes('/projects') || route.path.includes('/writings') ? 'work' : 'chat'"
|
||||
:initial="{
|
||||
opacity: 0,
|
||||
y: 200,
|
||||
|
||||
Reference in New Issue
Block a user