Skip to content

Commit 6f3dd52

Browse files
committed
update roadmap
1 parent 26ed57b commit 6f3dd52

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,13 +143,14 @@ export default {
143143

144144
## Roadmap
145145

146-
If you have any ideas for optimization of `vue-final-modal`, feel free to open issues.
146+
If you have any ideas for optimization of `vue-final-modal`, feel free to open [issues](https://github.com/hunterliu1003/vue-final-modal/issues) or [pull request](https://github.com/hunterliu1003/vue-final-modal/pulls).
147147

148148
These are the features that will be added in the comming weeks:
149149

150150
- draggable modal
151-
- resizable
151+
- resizable modal
152152
- duplicate overlay property
153153
- dynamic emit modal component with vue directive like:
154154
- `this.$modal.show('hello-world')`
155155
- `this.$modal.hide('hello-world')`
156+
- support Vue 3.0

docs/content/en/roadmap.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,5 @@ These are the features that will be added in the comming weeks:
1414
- duplicate overlay property
1515
- dynamic emit modal component with vue directive like:
1616
- `this.$modal.show('hello-world')`
17-
- `this.$modal.hide('hello-world')`
17+
- `this.$modal.hide('hello-world')`
18+
- support Vue 3.0

0 commit comments

Comments
 (0)