before remake add chat window

This commit is contained in:
2026-04-23 08:51:14 +03:00
parent 09d7812a7a
commit 94851c8b82
90 changed files with 8833 additions and 4159 deletions

View File

@@ -23,6 +23,7 @@
const typeClass = computed(() => {
switch (props.type) {
case 'fab': return 'q-btn--fab q-btn--rounded'
case 'round': return 'q-btn--rounded'
case 'rounded': return 'q-btn--rounded'
default: return ''
}