mirror of
https://github.com/Kuingsmile/PicList.git
synced 2026-09-05 07:28:42 +08:00
🚧 WIP: add support for URL uploading
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
export const SHOW_INPUT_BOX = 'SHOW_INPUT_BOX'
|
||||
export const SHOW_INPUT_BOX_RESPONSE = 'SHOW_INPUT_BOX_RESPONSE'
|
||||
|
||||
Vendored
+1
@@ -8,6 +8,7 @@ declare module 'vue/types/vue' {
|
||||
$db: typeof db
|
||||
$http: typeof axios
|
||||
$builtInPicBed: string[]
|
||||
$bus: Vue
|
||||
letPicGoSaveData(data: IObj): void
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user