全局中文化
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
|
||||
<script setup lang="ts">
|
||||
import { Document } from "@element-plus/icons-vue";
|
||||
import { TEXT } from "../locales";
|
||||
|
||||
withDefaults(
|
||||
defineProps<{
|
||||
@@ -18,7 +19,7 @@ withDefaults(
|
||||
description?: string;
|
||||
}>(),
|
||||
{
|
||||
title: "暂无数据",
|
||||
title: TEXT.common.empty.noData,
|
||||
description: "",
|
||||
}
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user