prepare vue_visgraph component, with store, dataset and display basic graph

This commit is contained in:
2021-10-18 15:47:57 +02:00
parent 8be11314c3
commit 1b0c19a68f
11 changed files with 250 additions and 59 deletions

View File

@@ -0,0 +1,15 @@
//import { personMessages } from 'ChillPersonAssets/vuejs/_js/i18n'
const visMessages = {
fr: {
visgraph: {
}
}
}
//Object.assign(visMessages.fr, personMessages.fr);
export {
visMessages
}