feat: maybe fix
This commit is contained in:
+3
-4
@@ -16,10 +16,9 @@ export default defineNuxtConfig({
|
||||
// Rewriting all lodash calls to lodash-es for proper tree-shaking & chunk splitting
|
||||
// lodash: 'lodash-es'
|
||||
},
|
||||
|
||||
// pinia: {
|
||||
// autoImports: ['defineStore', 'storeToRefs']
|
||||
// },
|
||||
imports: {
|
||||
global: true
|
||||
},
|
||||
runtimeConfig: {
|
||||
public: {
|
||||
mixpanelApiHost: 'UNDEFINED',
|
||||
|
||||
@@ -46,6 +46,7 @@ export const useIntercom = () => {
|
||||
name: activeAccount.value.accountInfo.userInfo.name || '',
|
||||
email: activeAccount.value.accountInfo.userInfo.email || ''
|
||||
})
|
||||
window.Intercom = Intercom
|
||||
}
|
||||
|
||||
const showIntercom = () => {
|
||||
|
||||
Reference in New Issue
Block a user