[Vuejs]-How translate an object taken from Api with vuejs

1👍

Exactly as @Seididieci mentioned on comment

$t('vue.'+key.replace('contract_data.',''))

-2👍

const EXTERNAL_OBJECT = reactive({ name:"Bob",
list:[{name:"Ivan"}] });

Leave a comment