File tree 2 files changed +2
-3
lines changed
packages/unplugin-vue-i18n/test/vite
2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 2
2
<form id =" fruits" >
3
3
<label >{{ t('select') }}</label >
4
4
5
-
6
5
<select v-model.number =" select" >
7
6
<option value =" 0" >0</option >
8
7
<option value =" 1" >1</option >
25
24
import { ref } from ' vue'
26
25
import { useI18n } from ' vue-i18n'
27
26
28
- const { t,locale} = useI18n ({ useScope: ' global' })
27
+ const { t, locale } = useI18n ({ useScope: ' global' })
29
28
const select = ref (0 )
30
29
</script >
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import type { MessageCompilerContext } from '@intlify/core-base'
10
10
fixture : '@intlify/unplugin-vue-i18n/messages'
11
11
}
12
12
] . forEach ( ( { testcase, input, fixture } ) => {
13
- test ( testcase , async ( ) => {
13
+ test . skip ( testcase , async ( ) => {
14
14
const options = {
15
15
input,
16
16
strictMessage : false ,
You can’t perform that action at this time.
0 commit comments