Skip to content

Commit 12dc293

Browse files
authored
feat(varlet-ui): support hover directive (#605)
1 parent 0ccf569 commit 12dc293

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/resolvers/varlet-ui.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export interface VarletUIResolverOptions {
4343
}
4444

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

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

0 commit comments

Comments
 (0)