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

Problems using "| translate" filter

Open bitboxer opened this issue 8 years ago • 0 comments
trafficstars

I just tried to use your i18n package and if I use $t('hello world') it works fine, but when I try to use {{ 'hello world' | translate }} I get this error message:

Error in render function: "TypeError: Cannot read property '$t' of undefined"

You can find my package.js and all other related files here: https://github.com/signdict/website/tree/add-webcam-capture-code

If there is anything I can do to help debug this, say what you need and I will try to deliver it.

bitboxer avatar Jun 01 '17 10:06 bitboxer