Move auth_redirect and API base URL to global variables via the mixin.
This commit is contained in:
parent
572c8b1674
commit
0d3e0f8f5a
5 changed files with 7 additions and 29 deletions
|
|
@ -93,17 +93,9 @@ export default {
|
|||
type: Boolean,
|
||||
required: true,
|
||||
},
|
||||
api_url: {
|
||||
type: String,
|
||||
required: true,
|
||||
},
|
||||
token: {
|
||||
type: String,
|
||||
required: true,
|
||||
},
|
||||
auth_redirect: {
|
||||
type: String,
|
||||
required: true,
|
||||
}
|
||||
},
|
||||
components: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue