Add zh-cn locale to Element Plus globally via app.use() and el-config-provider wrapper, and apply :locale prop to all el-date-picker components in dialogs to ensure correct Chinese display in date pickers, calendars, and other locale-aware UI. Made-with: Cursor
17 lines
611 B
HTML
17 lines
611 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>webui</title>
|
|
<script type="module" crossorigin src="/assets/index-DP1ITMxF.js"></script>
|
|
<link rel="modulepreload" crossorigin href="/assets/vendor-CwFI-VDq.js">
|
|
<link rel="modulepreload" crossorigin href="/assets/element-plus-CAICPA8-.js">
|
|
<link rel="stylesheet" crossorigin href="/assets/index-DE0sVD5v.css">
|
|
</head>
|
|
<body>
|
|
<div id="app"></div>
|
|
</body>
|
|
</html>
|