File tree 3 files changed +6
-27
lines changed
3 files changed +6
-27
lines changed Original file line number Diff line number Diff line change @@ -264,6 +264,6 @@ instead of filing an issue on GitHub.
264
264
[ vuex-example ] : https://github.com/testing-library/vue-testing-library/blob/master/src/__tests__/vuex.js
265
265
[ vue-router-example ] : https://github.com/testing-library/vue-testing-library/blob/master/src/__tests__/vue-router.js
266
266
[ 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
268
268
[ vuetify-example ] : https://github.com/testing-library/vue-testing-library/blob/master/src/__tests__/vuetify.js
269
269
<!-- prettier-ignore-end -->
Original file line number Diff line number Diff line change 1
1
<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 >
7
7
</template >
8
8
9
9
<script >
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments