Skip to content

Commit f9d15ba

Browse files
committed
fix(CModal): add scrollable prop to index.d.ts
1 parent 20cce64 commit f9d15ba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/index.d.ts

+1
Original file line numberDiff line numberDiff line change
@@ -399,6 +399,7 @@ export declare class CMedia extends Vue {
399399
export declare class CModal extends Vue {
400400
show?: boolean
401401
centered?: boolean
402+
scrollable?: boolean
402403
title?: string
403404
size?: string
404405
color?: string

0 commit comments

Comments
 (0)