0
0
Fork 0

Move survey URL to the JS config

This commit is contained in:
Oliver-Akins 2021-03-03 22:26:42 -07:00
parent 3af9e6cb90
commit 59cbad36d0
2 changed files with 9 additions and 1 deletions

View file

@ -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`,