3 Star 18 Fork 19

simple-zy/SealFront

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
App.vue 388 Bytes
一键复制 编辑 原始数据 按行查看 历史
simple-zy 提交于 2022-11-26 13:38 +08:00 . 项目初始化
<template>
<el-config-provider :locale="locale">
<router-view />
</el-config-provider>
</template>
<script>
import { messages } from '../src/lang/';
export default {
computed: {
locale () {
let languageType = this.$store.getters.language
return messages[languageType]
}
}
}
</script>
<style>
html,
body,
#app {
width: 100%;
height: 100%;
}
</style>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/ytstudycode/seal-front.git
git@gitee.com:ytstudycode/seal-front.git
ytstudycode
seal-front
SealFront
master

搜索帮助