Pattern: Use of undefined variable in <script setup>
Issue: -
This rule will find variables defined in <script setup="args">
and mark them as defined variables.
This rule only has an effect when the no-undef
rule is enabled.
Pattern: Use of undefined variable in <script setup>
Issue: -
This rule will find variables defined in <script setup="args">
and mark them as defined variables.
This rule only has an effect when the no-undef
rule is enabled.