docs: 优化文档和注释中的单词大小写和语义

This commit is contained in:
pany
2022-07-01 16:25:51 +08:00
parent 8378cb501f
commit f4dc67c4ec
30 changed files with 74 additions and 76 deletions

View File

@@ -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>