docs: 优化文档和注释中的单词大小写和语义
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
import { useAppStore } from "@/store/modules/app"
|
||||
import zhCn from "element-plus/lib/locale/lang/zh-cn"
|
||||
|
||||
useAppStore().initTheme() // 初始化 theme
|
||||
const locale = zhCn // element-plus 设置为中文
|
||||
useAppStore().initTheme() // 初始化主题
|
||||
const locale = zhCn // 将 Element-Plus 的语言设置为中文
|
||||
</script>
|
||||
|
||||
<template>
|
||||
|
||||
Reference in New Issue
Block a user