|
18 | 18 | - [OverVue 2.0 Changelog](#changelog-20) |
19 | 19 | - [OverVue 3.0 Changelog](#changelog-30) |
20 | 20 | - [OverVue 4.0 Changelog](#changelog-40) |
21 | | -- [Tutorial](#how-to-use) |
22 | | - - [New Features Tutorial 2.0](#overvue-v20-how-to) |
23 | | - - [New Features Tutorial 3.0](#overvue-v30-how-to) |
| 21 | +- [How to Use](#how-to-use) |
24 | 22 | - [Installation](#installation) |
25 | 23 | - [General Installation](#installation) |
26 | 24 | - [For WSL](#wsl-installation) |
|
50 | 48 | - More robust code snippets with Vuex props, state, and actions included <sub><sup>(v3.0)</sup></sub> |
51 | 49 | - Hotkey shortcuts to copy/paste/delete selected component <sub><sup>(v4.0)</sup></sub> |
52 | 50 | - Connect to a Slack Workspace and send Slack Messages through OverVue <sub><sup>(v4.0)</sup></sub> |
53 | | -- Ability to delete states or actions from the store<sub><sup>(v4.0)</sup></sub> |
| 51 | +- Ability to delete states or actions from the store <sub><sup>(v4.0)</sup></sub> |
| 52 | +- Vue Devtools enabled for Developers <sub><sup>(v4.0)</sup></sub> |
54 | 53 |
|
55 | 54 | [↥Back to top](#table-of-contents) |
56 | 55 |
|
@@ -281,7 +280,7 @@ SLACK_REDIRECT_URI = "overvuedev://test" |
281 | 280 | ### Contributing |
282 | 281 |
|
283 | 282 | We'd love for you to test this application out and submit any issues you encounter. Also feel free to fork to your own repo and submit PRs. |
284 | | -Here are some features we're thinking about adding: + + + |
| 283 | +Here are some features we're thinking about adding: |
285 | 284 |
|
286 | 285 | - Option to export files in TypeScript |
287 | 286 | - Ability to place child components into HTML elements |
|
0 commit comments