Skip to content
On this page

@intlify/vue-i18n/no-deprecated-i18n-place-attr

disallow using deprecated place attribute (Removed in Vue I18n 9.0.0+)

If you are migrating from Vue I18n v8 to v9, the place attribute should be replaced with the v-slot.

📖 Rule Details

This rule reports use of deprecated place attribute (Removed in Vue I18n 9.0.0+).

👎 Examples of incorrect code for this rule:

👍 Examples of correct code for this rule:

📚 Further reading

🚀 Version

This rule was introduced in @intlify/eslint-plugin-vue-i18n v0.11.0

🔍 Implementation