You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/rules/experimental-script-setup-vars.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ This rule will find variables defined in `<script setup="args">` and mark them a
20
20
This rule only has an effect when the `no-undef` rule is enabled.
21
21
22
22
:::warning
23
-
`<script setup="args">` syntax wasn't rejected by Vue's RFC. Check out the [new syntax](https://github.com/vuejs/rfcs/blob/master/active-rfcs/0040-script-setup.md).
23
+
`<script setup="args">` syntax was rejected by Vue's RFC. Check out the [new syntax](https://github.com/vuejs/rfcs/blob/master/active-rfcs/0040-script-setup.md).
0 commit comments