Skip to content

Commit

Permalink
Improved: dxp functions entry in main.ts (#178)
Browse files Browse the repository at this point in the history
  • Loading branch information
amansinghbais committed Sep 25, 2023
1 parent 09c143a commit 8a09afd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ const app = createApp(App)
loader,
appLoginUrl: process.env.VUE_APP_LOGIN_URL as string,
getConfig: getConfig,
getProductIdentificationPref,
getProductIdentificationPref: getProductIdentificationPref,
initialise: initialise,
setProductIdentificationPref
setProductIdentificationPref: setProductIdentificationPref
});

// Filters are removed in Vue 3 and global filter introduced https://v3.vuejs.org/guide/migration/filters.html#global-filters
Expand Down

0 comments on commit 8a09afd

Please sign in to comment.