// 组件级别本地化配置(仅在当前组件有效)
// http://kazupon.github.io/vue-i18n/guide/sfc.html#single-file-components
{
"en": {
"uploadText": "Upload and Crop Image",
"tips": "Compatible with IE10+ {br} Reference: {link}"
},
"zh": {
"uploadText": "上传并剪裁图片",
"tips": "兼容IE10+ {br} 参考: {link}"
}
}
{{ $t('uploadText') }}