Skip to content

Commit f1b3d24

Browse files
committed
chore: change comments
1 parent 10de2aa commit f1b3d24

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/compiler-sfc/src/script/importUsageCheck.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@ import { createCache } from '../cache'
1111
import { camelize, capitalize, isBuiltInDirective } from '@vue/shared'
1212

1313
/**
14-
* Check if an import is used in the SFC's template. This is used to determine
15-
* the properties that should be included in the object returned from setup()
16-
* when not using inline mode.
14+
* Check if an identifier is used in the SFC's template.
1715
*/
1816
export function isUsedInTemplate(
1917
identifier: string,

0 commit comments

Comments
 (0)