Skip to content
This repository was archived by the owner on Dec 26, 2018. It is now read-only.

Commit f924977

Browse files
committed
add prop
1 parent eefdd5d commit f924977

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/component.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ export default {
2121
rotateOptions: createProp(),
2222
swipeOptions: createProp(),
2323
tag: { type: String, default: 'div' },
24+
enabled: {
25+
default: true,
26+
type: [Boolean, Object],
27+
28+
}
2429
},
2530

2631
mounted() {

0 commit comments

Comments
 (0)