Pass the user token and API base URL to the control bar.
This commit is contained in:
parent
647727c388
commit
3b8e85893c
1 changed files with 2 additions and 0 deletions
|
|
@ -3,6 +3,8 @@
|
|||
<Control
|
||||
:dev="dev_mode"
|
||||
:preview="preview_mode"
|
||||
:api_url="api_base"
|
||||
:token="get_token()"
|
||||
@playlist_export="handle_export"
|
||||
@data_request="get_data"
|
||||
/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue