mirror of
https://github.com/lana-k/sqliteviz.git
synced 2025-12-07 18:48:55 +08:00
add readFile to fileUtils
This commit is contained in:
@@ -39,5 +39,9 @@ export default {
|
||||
|
||||
uploader.click()
|
||||
})
|
||||
},
|
||||
|
||||
readFile (path) {
|
||||
return fetch(path)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user