Closed aadjemonkeyrock closed 4 years ago
That's currently not possible as it requires framework specific parsing. I'm planning to enable such use cases in a future release. Until then, the only workaround I'm aware of is moving the call into the JavaScript code like you did with c_title
.
Thx, I appreciate your good work
I'm parsing *.vue single file components and it works pretty well, except for a small issue. I'm not able to parse the translations from dynamic properties. See example below:
In this example everything works, except for the
:title="$t('Quatation')"
It's just not recognized.Is there any work around the issue?