mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 15:13:50 +00:00
vue_visgraph: vuex get household and update nodes array
This commit is contained in:
@@ -12,7 +12,7 @@ const persons = JSON.parse(container.dataset.persons)
|
||||
|
||||
persons.forEach(person => {
|
||||
store.dispatch('addPerson', person)
|
||||
store.dispatch('fetchInfoForPerson', person)
|
||||
//store.dispatch('fetchInfoForPerson', person)
|
||||
})
|
||||
|
||||
const app = createApp({
|
||||
@@ -22,6 +22,3 @@ const app = createApp({
|
||||
.use(i18n)
|
||||
.component('app', App)
|
||||
.mount('#relationship-graph')
|
||||
|
||||
|
||||
//console.log('container dataset', container.dataset.persons)
|
||||
|
Reference in New Issue
Block a user