@vueuse/i18n
v4.0.0-beta.12
Published
[depreacted] Composition wrapper for [vue-i18n](https://github.com/kazupon/vue-i18n)
Downloads
24
Readme
[DEPREACTED]
Please use these packages instead:
- Vue 3:
vue-i18n
v9 - Vue 2:
vue-i18n-composable
🌍 @vueuse/i18n
This is an add-on of VueUse. A wrapper for vue-i18n in Composition API. You can use it before vue-i18n-next ready.
📦 Install
for Vue 3 (vue-next)
for Vue 2 with composition-api polyfill
⚡ Functions
@vueuse/i18n
provides following functions
- i18n
createI18n
— create a global i18n instance to be reuseduseI18n
— use vue-i18n instance
You can checkout the full documents and live demos in Storybook.
📄 License
MIT License © 2019-2020 Anthony Fu