Send library name
parent
60c1184e25
commit
a20dde0752
|
@ -79,6 +79,9 @@ export default {
|
||||||
headers: {
|
headers: {
|
||||||
Authorization: `Bearer ${this.$appState.designer.ticket}`,
|
Authorization: `Bearer ${this.$appState.designer.ticket}`,
|
||||||
'X-License-Key': this.$appState.designer.licenseKey
|
'X-License-Key': this.$appState.designer.licenseKey
|
||||||
|
},
|
||||||
|
query: {
|
||||||
|
library: 'primevue'
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue