We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a70d4d commit d182ab4Copy full SHA for d182ab4
docs/rules/no-raw-text.md
@@ -44,7 +44,7 @@ export default {
44
```js
45
export default {
46
// ✓ GOOD
47
- template: `<p>{{ $('hello') }}</p>`
+ template: `<p>{{ $t('hello') }}</p>`
48
// ...
49
}
50
```
0 commit comments