Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 9c2c15f

Browse files
Fix typo
1 parent 2596826 commit 9c2c15f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎docs/rules/no-undef-components.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ description: disallow use of undefined components in `<template>`
1010
1111
- :exclamation: <badge text="This rule has not been released yet." vertical="middle" type="error"> ***This rule has not been released yet.*** </badge>
1212

13-
This rule reports component that are used in the `<template>`, but that are not defined in the `<script setup>` or the Options API's `components` section.
13+
This rule reports components that are used in the `<template>`, but that are not defined in the `<script setup>` or the Options API's `components` section.
1414

1515
Undefined components will be resolved from globally registered components. However, if you are not using global components, you can use this rule to prevent run-time errors.
1616

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /