Skip to content

Commit c7b5042

Browse files
committed
fix others
1 parent 3f4fc09 commit c7b5042

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

examples/web-components/src/components/I18nHost.ce.vue

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,8 @@ import { createI18n, I18nInjectionKey } from 'vue-i18n'
1616
*
1717
* NOTE:
1818
* In web components only supports the composition API.
19-
* It will not work in legacy API mode.
2019
*/
21-
const i18n = createI18n<false>({
20+
const i18n = createI18n({
2221
locale: 'en',
2322
messages: {
2423
en: {

0 commit comments

Comments
 (0)