0
1
Fork 0

Add app.provide api

This commit is contained in:
William Buezas 2024-07-23 11:26:12 -03:00
parent 2cbbaf619c
commit 61062c1418
1 changed files with 1 additions and 0 deletions

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 };