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.
2 parents 3969aeb + b8f4a60 commit 45eec99Copy full SHA for 45eec99
README.md
@@ -3,9 +3,9 @@ An abstraction for working with modals in Vue.
3
This is an answer to a question "how should I work with modals in Vue?".
4
5
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
+and `modal_NAME.js`. The former would be an ordinary Vue component
7
with all of HTML, JavaScript, and CSS in it, while the latter is
8
-necessary to represent your modal as simple function.
+necessary to represent your modal as a simple function.
9
10
## Installation
11
0 commit comments