mirror of
https://github.com/chatwoot/chatwoot.git
synced 2026-06-13 21:01:16 +08:00
* Use installation config in widget * Add configuration for installation in UI * Add config for mailer Co-authored-by: Sojan <[email protected]>
8 lines
156 B
JavaScript
8 lines
156 B
JavaScript
export default {
|
|
methods: {
|
|
useInstallationName(str = '', installationName) {
|
|
return str.replace(/Chatwoot/g, installationName);
|
|
},
|
|
},
|
|
};
|