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
128
128
129
129
### OverVue v2.0 How to
130
130
+ Undo/Redo feature has been added to the top right of the program, you can also use CTRL+z and CTRL+y respectively.
131
+
131
132
![ ] ( ./src/assets/readme/undo_redo.gif )
132
133
133
134
+ You can nest html elements in two different ways:
@@ -138,10 +139,12 @@ package.json
138
139
2 . Similar to above, but instead of double clicking, you can press the down arrow icon on the html element button to enter it.
139
140
From there the view will change to the contents of that particular HTML element.
140
141
You can then add html elements like you would for a component using the left hand side
142
+
141
143
![ ] ( ./src/assets/readme/nesting_html.gif )
142
144
143
145
+ Setting layers on a component is done by right clicking the desired component on the component display and using the menu option
144
146
All components start on layer 1 by default.
147
+
145
148
![ ] ( ./src/assets/readme/layers.gif )
146
149
147
150
### OverVue v3.0 How to
You can’t perform that action at this time.
0 commit comments