Add survey link to the VueX state
This commit is contained in:
parent
21bca5f468
commit
0e8f8811f6
1 changed files with 3 additions and 0 deletions
|
|
@ -5,6 +5,8 @@ Vue.use(Vuex);
|
||||||
|
|
||||||
export default new Vuex.Store({
|
export default new Vuex.Store({
|
||||||
state: {
|
state: {
|
||||||
|
survery_link: ``,
|
||||||
|
|
||||||
team_1: {
|
team_1: {
|
||||||
name: `Sun`,
|
name: `Sun`,
|
||||||
icon: `sun.svg`,
|
icon: `sun.svg`,
|
||||||
|
|
@ -31,6 +33,7 @@ export default new Vuex.Store({
|
||||||
|
|
||||||
guesser_name: `Medium`,
|
guesser_name: `Medium`,
|
||||||
guesser_card_button: `Ask Spirit`,
|
guesser_card_button: `Ask Spirit`,
|
||||||
|
|
||||||
eye_icon: `eye.svg`,
|
eye_icon: `eye.svg`,
|
||||||
|
|
||||||
discard_hand_icon: `trash.svg`,
|
discard_hand_icon: `trash.svg`,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue