address selection: add more fields

This commit is contained in:
nobohan
2021-05-11 15:32:02 +02:00
parent c3926991ac
commit 15e301b889
6 changed files with 45 additions and 28 deletions

View File

@@ -3,11 +3,8 @@ import { _createI18n } from 'ChillMainAssets/vuejs/_js/i18n'
import { addressMessages } from './js/i18n'
import { getDataPromise } from './store'
import App from './App.vue';
getDataPromise.then(store => {
const i18n = _createI18n(addressMessages);