Skip to content

vue/require-default-export

要求组件为默认导出

¥require components to be the default export

📖 规则详情

如果组件未定义为 <script setup>,则此规则报告 Vue 组件没有默认导出的情况。

¥This rule reports when a Vue component does not have a default export, if the component is not defined as <script setup>.

Now loading...
Now loading...

🔧选项

¥🔧 Options

无。

¥Nothing.

👫相关规则

¥👫 Related Rules

🚀版本

¥🚀 Version

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

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

🔍代码实现

¥🔍 Implementation

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