mirror of
https://github.com/lana-k/sqliteviz.git
synced 2025-12-08 19:18:54 +08:00
linter
This commit is contained in:
@@ -63,6 +63,10 @@ import events from '@/lib/utils/events'
|
||||
|
||||
export default {
|
||||
name: 'DbUploader',
|
||||
components: {
|
||||
ChangeDbIcon,
|
||||
CsvJsonImport
|
||||
},
|
||||
props: {
|
||||
type: {
|
||||
type: String,
|
||||
@@ -79,10 +83,6 @@ export default {
|
||||
}
|
||||
},
|
||||
emits: [],
|
||||
components: {
|
||||
ChangeDbIcon,
|
||||
CsvJsonImport
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
state: '',
|
||||
|
||||
Reference in New Issue
Block a user