vuex-i18n icon indicating copy to clipboard operation
vuex-i18n copied to clipboard

typescript support?

Open hyochan opened this issue 7 years ago • 2 comments

Any typescript support?

hyochan avatar Jan 08 '18 13:01 hyochan

Hi @dooboolab,

Typescript is currently not implemented, as we are not using it ourselves. I am not really familiar with typescript definitions, but it should actually be quite easy to implement as the api surface is pretty small.

Would be great if someone could add it.

tikiatua avatar Jan 08 '18 15:01 tikiatua

For those using Typescript that want to use this plugin without warning, consider doing this: npm install --save-dev @types/vuex-i18n

Source: https://www.npmjs.com/package/@types/vuex-i18n

service-paradis avatar Nov 20 '18 15:11 service-paradis