mirror of
https://github.com/lana-k/sqliteviz.git
synced 2025-12-08 11:08:55 +08:00
#63 migrate to Vue 3
This commit is contained in:
@@ -16,6 +16,7 @@ import LoadingIndicator from '@/components/LoadingIndicator'
|
||||
export default {
|
||||
name: 'logs',
|
||||
props: ['messages'],
|
||||
emits: [],
|
||||
components: { LoadingIndicator },
|
||||
watch: {
|
||||
'messages.length': 'scrollToBottom'
|
||||
|
||||
Reference in New Issue
Block a user