We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94103ac commit 95abc69Copy full SHA for 95abc69
README.md
@@ -54,7 +54,7 @@ destroyBus | Boolean | false | Determines if a bus $on event is destroy
54
keys | Array | false | The key/click combination a user does to trigger easter egg.
55
name | String | easter-egg | Identifier & used for even bus callback
56
pattern | Array | false | The key combination a user does to trigger easter egg. (fallback for keys)
57
-target | String | html | Use this to target DOM elements, Id's, or Class Names. Used with click events.
+target | String | div | Use this to target DOM elements, Id's, or Class Names. Used with click events.
58
withBus | Boolean | true | Determines if a bus event is emitted
59
<br>
60
0 commit comments