mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-01 11:37:58 +00:00
chore: Upgrade vue-i18n to 8.x (#1383)
Co-authored-by: Pranav Raj S <pranav@thoughtwoot.com>
This commit is contained in:
@@ -15,7 +15,6 @@
|
||||
<script>
|
||||
import { IFrameHelper } from 'widget/helpers/utils';
|
||||
import { buildPopoutURL } from '../helpers/urlParamsHelper';
|
||||
import Vue from 'vue';
|
||||
|
||||
export default {
|
||||
name: 'HeaderActions',
|
||||
@@ -42,7 +41,7 @@ export default {
|
||||
const popoutWindowURL = buildPopoutURL({
|
||||
origin,
|
||||
websiteToken,
|
||||
locale: Vue.config.lang,
|
||||
locale: this.$root.$i18n.locale,
|
||||
conversationCookie: authToken,
|
||||
});
|
||||
const popoutWindow = window.open(
|
||||
|
||||
Reference in New Issue
Block a user