Skip to content

Commit

Permalink
clear
Browse files Browse the repository at this point in the history
  • Loading branch information
s00d committed Aug 17, 2024
1 parent 88aad84 commit dcf4cce
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/fixtures/basic/pages/index.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<template>
<div>
<div id="locale">{{ $t('key0') }}</div>
<div id="locale">
{{ $t('key0') }}
</div>
</div>
</template>

Expand Down

0 comments on commit dcf4cce

Please sign in to comment.