before remake add chat window
This commit is contained in:
@@ -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 ''
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user