Run "yarn build:docs"

This commit is contained in:
Eric Liu 2022-02-21 08:48:58 -08:00
commit 69772345c4
3 changed files with 18 additions and 0 deletions

View file

@ -3607,6 +3607,17 @@
"constant": false,
"reactive": false
},
{
"name": "files",
"kind": "let",
"description": "Obtain the uploaded file names",
"type": "File[]",
"value": "[]",
"isFunction": false,
"isFunctionDeclaration": false,
"constant": false,
"reactive": true
},
{
"name": "multiple",
"kind": "let",