Skip to content

vue/v-on-style

强制 v-on 指令样式

  • ⚙️ 此规则包含在 "plugin:vue/strongly-recommended"*.configs["flat/strongly-recommended"]"plugin:vue/vue2-strongly-recommended"*.configs["flat/vue2-strongly-recommended"]"plugin:vue/recommended"*.configs["flat/recommended"]"plugin:vue/vue2-recommended"*.configs["flat/vue2-recommended"] 中。
  • 🔧命令行 上的 --fix 选项可以自动修复此规则报告的一些问题。

    ¥🔧 The --fix option on the command line can automatically fix some of the problems reported by this rule.

📖 规则详情

此规则强制执行 v-on 指令样式,你应该使用简写或长格式。

¥This rule enforces v-on directive style which you should use shorthand or long form.

Now loading...

🔧选项

¥🔧 Options

默认值设置为 shorthand

¥Default is set to shorthand.

json
{
  "vue/v-on-style": ["error", "shorthand" | "longform"]
}
  • "shorthand"(默认)...需要使用简写。

    ¥"shorthand" (default) ... requires using shorthand.

  • "longform" ...需要使用长格式。

    ¥"longform" ... requires using long form.

"longform"

Now loading...

👫相关规则

¥👫 Related Rules

📚扩展阅读

¥📚 Further Reading

🚀版本

¥🚀 Version

此规则在 eslint-plugin-vue v3.0.0 中引入

¥This rule was introduced in eslint-plugin-vue v3.0.0

🔍代码实现

¥🔍 Implementation

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