Skip to content

Commit 90cd22e

Browse files
committed
Link issues
1 parent 70e8e7d commit 90cd22e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717

1818
## Important updates in version v1.x.x
1919
1. Dialog will always resolve with an object. (i.e callback for proceed always will receive an object)
20-
2. For directives usage, the object returned in (1) above will include a node. The node is the element the directive was bound to (see issue #5)
21-
3. Styles will have to be included explicitly as they have been extracted into a separate file (see issue #28)
20+
2. For directives usage, the object returned in (1) above will include a node. The node is the element the directive was bound to (see issue [#5](https://github.com/Godofbrowser/vuejs-dialog/issues/5)
21+
3. Styles will have to be included explicitly as they have been extracted into a separate file (see issue [#28](https://github.com/Godofbrowser/vuejs-dialog/issues/28))
2222
4. If loader is enabled globally, and a dialog is triggered via a directive without a callback, the loader is ignored for clicks on proceed
23-
5. Custom class injection on parent node (see issue #25)
24-
6. Ability to register custom views. This allows for custom logic, custom buttons, etc (see issue #13, #14, #33)
23+
5. Custom class injection on parent node (see issue [#25](https://github.com/Godofbrowser/vuejs-dialog/issues/25))
24+
6. Ability to register custom views. This allows for custom logic, custom buttons, etc (see issue [#13](https://github.com/Godofbrowser/vuejs-dialog/issues/13), [#14](https://github.com/Godofbrowser/vuejs-dialog/issues/14), [#33](https://github.com/Godofbrowser/vuejs-dialog/issues/33))
2525

2626
## Installation
2727

0 commit comments

Comments
 (0)