mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-01 19:48:08 +00:00
* Use installation config in widget * Add configuration for installation in UI * Add config for mailer Co-authored-by: Sojan <sojan@pepalo.com>
8 lines
156 B
JavaScript
8 lines
156 B
JavaScript
export default {
|
|
methods: {
|
|
useInstallationName(str = '', installationName) {
|
|
return str.replace(/Chatwoot/g, installationName);
|
|
},
|
|
},
|
|
};
|