.env.production file eliminated ! (-> .env)
.env.production worked in local added myconfig messagepopup working (but not ready yet) added Graphql (only module)
This commit is contained in:
@@ -17,10 +17,14 @@ export default class Home extends Vue {
|
||||
|
||||
constructor() {
|
||||
super()
|
||||
console.log('created...')
|
||||
console.log('Home constructor...')
|
||||
this.initprompt()
|
||||
}
|
||||
|
||||
created() {
|
||||
console.log('Home created...')
|
||||
}
|
||||
|
||||
mystilecard() {
|
||||
return {
|
||||
visibility: this.cardvisible,
|
||||
@@ -29,7 +33,7 @@ export default class Home extends Vue {
|
||||
}
|
||||
|
||||
get conta() {
|
||||
return GlobalStore.getters.conta
|
||||
return GlobalStore.state.conta
|
||||
}
|
||||
set conta(valore) {
|
||||
GlobalStore.actions.setConta(valore)
|
||||
|
||||
Reference in New Issue
Block a user