Skip to content

vue/no-watch-after-await

禁止异步注册的 watch

  • ⚙️ 此规则包含在 "plugin:vue/essential"*.configs["flat/essential"]"plugin:vue/strongly-recommended"*.configs["flat/strongly-recommended"]"plugin:vue/recommended"*.configs["flat/recommended"] 中。

📖 规则详情

此规则报告 await 表达式后的 watch()。在 setup() 函数中,watch() 应该同步注册。

¥This rule reports the watch() after await expression.\ In setup() function, watch() should be registered synchronously.

Now loading...

使用停止句柄时不会报告此规则。

¥This rule is not reported when using the stop handle.

Now loading...

🔧选项

¥🔧 Options

无。

¥Nothing.

📚扩展阅读

¥📚 Further Reading

🚀版本

¥🚀 Version

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

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

🔍代码实现

¥🔍 Implementation

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