Skip to content

Commit 900ad30

Browse files
authored
Update README.md
1 parent c2a14a0 commit 900ad30

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ package.json
128128

129129
### OverVue v2.0 How to
130130
+ Undo/Redo feature has been added to the top right of the program, you can also use CTRL+z and CTRL+y respectively.
131+
131132
![](./src/assets/readme/undo_redo.gif)
132133

133134
+ You can nest html elements in two different ways:
@@ -138,10 +139,12 @@ package.json
138139
2. Similar to above, but instead of double clicking, you can press the down arrow icon on the html element button to enter it.
139140
From there the view will change to the contents of that particular HTML element.
140141
You can then add html elements like you would for a component using the left hand side
142+
141143
![](./src/assets/readme/nesting_html.gif)
142144

143145
+ Setting layers on a component is done by right clicking the desired component on the component display and using the menu option
144146
All components start on layer 1 by default.
147+
145148
![](./src/assets/readme/layers.gif)
146149

147150
### OverVue v3.0 How to

0 commit comments

Comments
 (0)