Update API doc
parent
c42f45455c
commit
0e125d92b4
|
@ -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": []
|
||||
|
|
Loading…
Reference in New Issue