Move survey URL to the JS config
This commit is contained in:
parent
3af9e6cb90
commit
59cbad36d0
2 changed files with 9 additions and 1 deletions
|
|
@ -1,11 +1,12 @@
|
|||
import Vue from 'vue';
|
||||
import Vuex from 'vuex';
|
||||
import * as conf from "../config";
|
||||
|
||||
Vue.use(Vuex);
|
||||
|
||||
export default new Vuex.Store({
|
||||
state: {
|
||||
survey_link: ``,
|
||||
survey_link: conf.survey_url,
|
||||
|
||||
team_1: {
|
||||
name: `Sun`,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue