🚧 WIP: add support for URL uploading

This commit is contained in:
Molunerfinn
2020-02-21 22:25:48 +08:00
parent 024d9cf41e
commit 23ba2338c6
9 changed files with 104 additions and 39 deletions
+2
View File
@@ -0,0 +1,2 @@
export const SHOW_INPUT_BOX = 'SHOW_INPUT_BOX'
export const SHOW_INPUT_BOX_RESPONSE = 'SHOW_INPUT_BOX_RESPONSE'
+1
View File
@@ -8,6 +8,7 @@ declare module 'vue/types/vue' {
$db: typeof db
$http: typeof axios
$builtInPicBed: string[]
$bus: Vue
letPicGoSaveData(data: IObj): void
}
}