Checklist
Tell us about your environment
- ESLint version:
- **eslint-plugin-vue version:latest
- **Vue version:3.4.28
- **Node version:18
- **Operating System:windows
Please show your full configuration:
What did you do?
What did you expect to happen?
What actually happened?
<my-components :title='t("1")' />
fix eslint
<my-components :title="t("")"/>
Repository to reproduce this issue
repoduce
on the line 3 name==>fix it