2 Star 20 Fork 5

慕容小草/acp-admin-cloud-web

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
App.vue 306 Bytes
一键复制 编辑 原始数据 按行查看 历史
<template>
<el-config-provider :locale="localLangMessage">
<router-view />
</el-config-provider>
</template>
<script>
export default {
name: 'app',
computed: {
localLangMessage() {
return this.$store.state.app.lang.langMessages[this.$store.state.app.lang.lang]
}
}
}
</script>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/zhangbinhub/acp-admin-cloud-web.git
git@gitee.com:zhangbinhub/acp-admin-cloud-web.git
zhangbinhub
acp-admin-cloud-web
acp-admin-cloud-web
master

搜索帮助