mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-12-15 14:50:29 +08:00
chore(deps): update
This commit is contained in:
@@ -10,8 +10,10 @@ export interface RippleOptions {
|
||||
circle?: boolean;
|
||||
}
|
||||
|
||||
export interface RippleDirectiveBinding
|
||||
extends Omit<DirectiveBinding, "modifiers" | "value"> {
|
||||
export interface RippleDirectiveBinding extends Omit<
|
||||
DirectiveBinding,
|
||||
"modifiers" | "value"
|
||||
> {
|
||||
value?: boolean | { class: string };
|
||||
modifiers: {
|
||||
center?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user