Skip to content

Commit 1f5fb0f

Browse files
authored
Update README.md
1 parent bdcd3f0 commit 1f5fb0f

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
* [OverVue 2.0 Changelog](#changelog-20)
1919
* [OverVue 3.0 Changelog](#changelog-30)
2020
* [Tutorial](#how-to-use)
21-
+ [New Features Tutorial](#overvue-v20-how-to)
21+
+ [New Features Tutorial 2.0](#overvue-v20-how-to)
22+
+ [New Features Tutorial 3.0](#overvue-v30-how-to)
2223
* [How to Run](#running-a-local-version)
2324
* [Contributing](#contributing)
2425
* [Authors](#authors)
@@ -143,6 +144,13 @@ package.json
143144
All components start on layer 1 by default.
144145
![](./src/assets/readme/layers.gif)
145146

147+
### OverVue v3.0 How to
148+
+ Within the vuex dropdown menu, there are input fields that allow actions, state properties, and data properties to be created, and a multi-select drop-down menu for each that allows these properties to be added to specific components. ![](https://media.giphy.com/media/JucFNDgSDWwoKOpgH9/giphy.gif)
149+
+ Now users have the ability to edit all aspects of a component, from it's name, to Vuex properties. Navigate to the dropdown menu in the top left and select a component to edit its properties. ![](<iframe src="https://giphy.com/embed/JucFNDgSDWwoKOpgH9" width="480" height="300" frameBorder="0" class="giphy-embed" allowFullScreen></iframe><p><a href="https://giphy.com/gifs/programming-vue-JucFNDgSDWwoKOpgH9">via GIPHY</a></p>
150+
)
151+
<iframe src="https://giphy.com/embed/JucFNDgSDWwoKOpgH9" width="480" height="300" frameBorder="0" class="giphy-embed" allowFullScreen></iframe><p><a href="https://giphy.com/gifs/programming-vue-JucFNDgSDWwoKOpgH9">via GIPHY</a></p>
152+
153+
146154
[↥Back to top](#table-of-contents)
147155

148156
### Running a local version

0 commit comments

Comments
 (0)