(component): update

This commit is contained in:
就眠儀式 2022-10-22 23:32:03 +08:00
parent 6fce5acab1
commit 2a8000758f
2 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,8 @@ export default {
material: "物料", material: "物料",
}, },
home: { home: {
description: "layui - vue谐音类 UI) 是 一 套 Vue 3.0 的 桌 面 端 组 件 库.", description:
"layui - vue谐音类 UI) 是 一 套 Vue 3.0 的 桌 面 端 组 件 库.",
version: "当前版本", version: "当前版本",
changelog: "更新日志", changelog: "更新日志",
download: "下载量", download: "下载量",

View File

@ -241,7 +241,6 @@ import config from "../../../component/package.json";
export default { export default {
setup() { setup() {
const { t } = useI18n(); const { t } = useI18n();
const route = useRoute(); const route = useRoute();
const router = useRouter(); const router = useRouter();