yh-i18n 2.3.4 → 2.3.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/language.vue +2 -2
  2. package/package.json +1 -1
package/language.vue CHANGED
@@ -12,10 +12,10 @@
12
12
  :command="lo.value">
13
13
  {{ lo.label }}
14
14
  </el-dropdown-item>
15
- <el-dropdown-item divided disabled v-if="isDev">
15
+ <el-dropdown-item divided disabled>
16
16
  {{ct('翻译工具')}}
17
17
  </el-dropdown-item>
18
- <el-dropdown-item command="link" v-if="isDev">
18
+ <el-dropdown-item command="link">
19
19
  <el-link type="warning" href="/#/translate">
20
20
  {{ ct("翻译") }}
21
21
  </el-link>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yh-i18n",
3
- "version": "2.3.4",
3
+ "version": "2.3.5",
4
4
  "description": "对于国际化的封装",
5
5
  "main": "index.js",
6
6
  "scripts": {