1 Star 0 Fork 1

Yudao/chatwoot

forked from 微语/chatwoot 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
vitest.setup.js 487 Bytes
一键复制 编辑 原始数据 按行查看 历史
import { config } from '@vue/test-utils';
import { createI18n } from 'vue-i18n';
import i18nMessages from 'dashboard/i18n';
import FloatingVue from 'floating-vue';
const i18n = createI18n({
legacy: false,
locale: 'en',
messages: i18nMessages,
});
config.global.plugins = [i18n, FloatingVue];
config.global.stubs = {
WootModal: { template: '<div><slot/></div>' },
WootModalHeader: { template: '<div><slot/></div>' },
WootButton: { template: '<button><slot/></button>' },
};
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/l311576/chatwoot.git
git@gitee.com:l311576/chatwoot.git
l311576
chatwoot
chatwoot
develop

搜索帮助