Skip to content

vue/no-empty-component-block

disallow the <template> <script> <style> block to be empty

📖 Rule Details

This rule disallows the <template> <script> <style> block to be empty.

This rule also checks block what has attribute src. See Vue Single-File Component (SFC) Spec.

Now loading...

🔧 Options

Nothing.

🚀 Version

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

🔍 Implementation