mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-12-15 14:50:29 +08:00
refactor: 重构国际化文件命名规范以及演示页加上代码位置提示 (#1034)
* refactor: 重构国际化文件命名规范以及演示页加上代码位置提示
This commit is contained in:
@@ -12,8 +12,8 @@ const { t } = useI18n();
|
||||
|
||||
<template>
|
||||
<div class="dark:text-white">
|
||||
<p>{{ t("menus.hsmenu1") }}</p>
|
||||
<p style="text-indent: 2em">{{ t("menus.hsmenu1-3") }}</p>
|
||||
<p>{{ t("menus.pureMenu1") }}</p>
|
||||
<p style="text-indent: 2em">{{ t("menus.pureMenu1-3") }}</p>
|
||||
<el-input v-model="input" />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user