Add API base and the API token as accepted props
This commit is contained in:
parent
902711fcd5
commit
bda4a77b07
1 changed files with 2 additions and 0 deletions
|
|
@ -79,6 +79,8 @@ export default {
|
||||||
data_exists: Boolean,
|
data_exists: Boolean,
|
||||||
dev: Boolean,
|
dev: Boolean,
|
||||||
preview: Boolean,
|
preview: Boolean,
|
||||||
|
api_url: String,
|
||||||
|
token: String,
|
||||||
},
|
},
|
||||||
components: {
|
components: {
|
||||||
icon: Icon,
|
icon: Icon,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue