This website works better with JavaScript
Home
Explore
Help
Register
Sign In
wangcong
/
visualization-design
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
feat:graphic.vue-i18n
ananzhusen
7 months ago
parent
7b57c9d647
commit
d34f1a4792
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
src/views/components/Graphics.vue
+ 1
- 1
src/views/components/Graphics.vue
View File
@@ -106,7 +106,7 @@
/>
</div>
<div v-else>
- {{ item.name }}
+ {{
$t(
item.name
)
}}
</div>
</div>
</template>