Address details and VnForm #72

Merged
jsegarra merged 8 commits from wbuezas/hedera-web-mindshore:feature/AddressDetails into 4922-vueMigration 2024-07-24 14:19:40 +00:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 61062c1418 - Show all commits

View File

@ -38,6 +38,7 @@ export default boot(({ app }) => {
app.config.globalProperties.$jApi = jApi;
app.provide('jApi', jApi);
app.provide('api', api);
});
export { api, jApi };