Add app.provide api
gitea/hedera-web/pipeline/pr-4922-vueMigration This commit looks good
Details
gitea/hedera-web/pipeline/pr-4922-vueMigration This commit looks good
Details
This commit is contained in:
parent
2cbbaf619c
commit
61062c1418
|
@ -38,6 +38,7 @@ export default boot(({ app }) => {
|
|||
|
||||
app.config.globalProperties.$jApi = jApi;
|
||||
app.provide('jApi', jApi);
|
||||
app.provide('api', api);
|
||||
});
|
||||
|
||||
export { api, jApi };
|
||||
|
|
Loading…
Reference in New Issue