bab
bab
I think this is probably related :eyes: https://github.com/terkelg/prompts/pull/369
@ilyaliao hi! Since it has been merged, I think there is no problem with closing it!
If v24 works fine, I can update this PR to bump the version to v24 as well. Just let me know if you'd prefer that 👍
For now, it should work as expected by using provide as before. ```js const ce = defineCustomElement(VueCustomElement, { configureApp(app) { app.provide(I18nInjectionKey, i18n); }, }); ``` https://vue-i18n.intlify.dev/guide/advanced/wc