File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
docs/content/1.docs/2.storage Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -519,7 +519,7 @@ Returns a `BlobMultipartUpload`
519
519
ensureBlob (file , { maxSize: ' 1MB' ,
8000
types: [' image' ]})
520
520
` ` `
521
521
522
- ### Params
522
+ #### Params
523
523
524
524
::field-group
525
525
::field{name="file" type="Blob" required}
Original file line number Diff line number Diff line change @@ -170,11 +170,13 @@ export interface BlobUploadOptions {
170
170
*/
171
171
multiple ?: boolean
172
172
/**
173
- * Options used for the ensute() method.
173
+ * Options used for the ensure() method.
174
+ * @see https://hub.nuxt.com/docs/storage/blob#ensureblob
174
175
*/
175
176
ensure ?: BlobEnsureOptions
176
177
/**
177
178
* Options used for the put() method.
179
+ * @see https://hub.nuxt.com/docs/storage/blob#put
178
180
*/
179
181
put ?: BlobPutOptions
180
182
}
You can’t perform that action at this time.
0 commit comments