mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-02 03:57:52 +00:00
8 lines
106 B
JavaScript
8 lines
106 B
JavaScript
export default {
|
|
computed: {
|
|
hostURL() {
|
|
return window.chatwootConfig.hostURL;
|
|
},
|
|
},
|
|
};
|