Skip to content

vue/no-implicit-coercion

<template> 中禁止简写类型转换

  • 🔧 command line 上的 --fix 选项可以自动修复此规则报告的一些问题。

此规则与核心 no-implicit-coercion 规则相同,但适用于 <template> 中的表达式。

¥This rule is the same rule as core no-implicit-coercion rule but it applies to the expressions in <template>.

📚 扩展阅读

🚀版本

¥🚀 Version

此规则是在 eslint-plugin-vue v9.33.0 中引入的

¥This rule was introduced in eslint-plugin-vue v9.33.0

🔍代码实现

¥🔍 Implementation

使用 ❤️ 来自 ESLint 核心

¥Taken with ❤️ from ESLint core

eslint-plugin-vue v10.0 中文网 - 粤ICP备13048890号