Skip to content

Commit 45eec99

Browse files
committed
Merge branch 'master' of github.com:vbarbarosh/vue-modal
2 parents 3969aeb + b8f4a60 commit 45eec99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ An abstraction for working with modals in Vue.
33
This is an answer to a question "how should I work with modals in Vue?".
44

55
In short, for each modal you should create two files: `modal-NAME.vue`
6-
and `modal_NAME.js`. The former should be an ordinary Vue component
6+
and `modal_NAME.js`. The former would be an ordinary Vue component
77
with all of HTML, JavaScript, and CSS in it, while the latter is
8-
necessary to represent your modal as simple function.
8+
necessary to represent your modal as a simple function.
99

1010
## Installation
1111

0 commit comments

Comments
 (0)