Skip to content

Commit 1735b6f

Browse files
authored
feat(varlet-ui): support loading-bar (#566)
1 parent f891820 commit 1735b6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/resolvers/varlet-ui.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export interface VarletUIResolverOptions {
4242
importLess?: boolean
4343
}
4444

45-
const varFunctions = ['ImagePreview', 'Snackbar', 'Picker', 'ActionSheet', 'Dialog', 'Locale', 'StyleProvider']
45+
const varFunctions = ['ImagePreview', 'Snackbar', 'Picker', 'ActionSheet', 'Dialog', 'Locale', 'StyleProvider', 'LoadingBar']
4646
const varDirectives = ['Ripple', 'Lazy']
4747

4848
export function getResolved(name: string, options: VarletUIResolverOptions): ComponentResolveResult {

0 commit comments

Comments
 (0)