We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10de2aa commit f1b3d24Copy full SHA for f1b3d24
packages/compiler-sfc/src/script/importUsageCheck.ts
@@ -11,9 +11,7 @@ import { createCache } from '../cache'
11
import { camelize, capitalize, isBuiltInDirective } from '@vue/shared'
12
13
/**
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.
+ * Check if an identifier is used in the SFC's template.
17
*/
18
export function isUsedInTemplate(
19
identifier: string,
0 commit comments