Primo Committ

This commit is contained in:
paolo
2018-10-12 16:42:54 +02:00
commit a2673c0502
69 changed files with 13197 additions and 0 deletions

17
src/cfg.js Normal file
View File

@@ -0,0 +1,17 @@
import Vue from 'vue'
import Vuex from 'vuex'
Vue.use(Vuex);
export const cfg = new Vue({
state:{
lang: 'it'
},
data: {
cost: {
MYAPPMOD_ATTUALE: 'freeplanet',
//MYAPPMOD_ATTUALE: 'karpos',
AA: ''
}
}
});