Skip to content

Commit 4c05acf

Browse files
committed
Fix link
1 parent ff11165 commit 4c05acf

File tree

3 files changed

+6
-27
lines changed

3 files changed

+6
-27
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,6 @@ instead of filing an issue on GitHub.
264264
[vuex-example]: https://github.com/testing-library/vue-testing-library/blob/master/src/__tests__/vuex.js
265265
[vue-router-example]: https://github.com/testing-library/vue-testing-library/blob/master/src/__tests__/vue-router.js
266266
[vee-validate-example]: https://github.com/testing-library/vue-testing-library/blob/master/src/__tests__/validate-plugin.js
267-
[vue-i18n-example]: https://github.com/testing-library/vue-testing-library/blob/master/src/__tests__/vueI18n.js
267+
[vue-i18n-example]: https://github.com/testing-library/vue-testing-library/blob/master/src/__tests__/vue-i18n.js
268268
[vuetify-example]: https://github.com/testing-library/vue-testing-library/blob/master/src/__tests__/vuetify.js
269269
<!-- prettier-ignore-end -->

src/__tests__/components/Translations.vue

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<template>
2-
<h2>{{ $t('hello') }}</h2>
3-
<select v-model="$i18n.locale">
4-
<option value="en">English</option>
5-
<option value="ja">Japanese</option>
6-
</select>
2+
<h2>{{ $t('hello') }}</h2>
3+
<select v-model="$i18n.locale">
4+
<option value="en">English</option>
5+
<option value="ja">Japanese</option>
6+
</select>
77
</template>
88

99
<script>

src/__tests__/components/VueI18n.vue

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)