Update API doc

pull/4258/head
GitHub Actions Bot 2023-08-11 01:34:40 +00:00
parent c42f45455c
commit 0e125d92b4
1 changed files with 27 additions and 0 deletions

View File

@ -12028,6 +12028,13 @@
"readonly": false,
"type": "boolean",
"default": ""
},
{
"name": "csp",
"optional": true,
"readonly": false,
"type": "PrimeVueCSPOptions",
"default": ""
}
],
"methods": []
@ -12066,6 +12073,19 @@
],
"methods": []
},
"PrimeVueCSPOptions": {
"relatedProp": "",
"props": [
{
"name": "nonce",
"optional": true,
"readonly": false,
"type": "string",
"default": ""
}
],
"methods": []
},
"PrimeVuePTOptions": {
"relatedProp": "",
"props": [
@ -46958,6 +46978,13 @@
"readonly": false,
"type": "string",
"default": ""
},
{
"name": "nonce",
"optional": true,
"readonly": false,
"type": "string",
"default": ""
}
],
"methods": []