File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments