File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 89
89
babel.config.js
90
90
package.json
91
91
```
92
- ###### OverVue 2020 How to
92
+ ###### OverVue v2.0 How to
93
93
+ Undo/Redo feature has been added to the top right of the program, you can also use CTRL+z and CTRL+y respectively.
94
94
95
95
+ You can nest html elements in two different ways:
96
96
1 . Upon creating a component and adding an html element into it, Select the component to make it the active component.
97
97
Go to the html elements tab and then double click on the html element you wish to be the target for your new elements.
98
98
Once the html element is selected, use the left hand panel and start adding elements like you were adding it to a component.
99
-
99
+
100
100
2 . Similar to above, but instead of double clicking, you can press the down arrow icon on the html element button to enter it.
101
101
From there the view will change to the contents of that particular HTML element.
102
102
You can then add html elements like you would for a component using the left hand side
@@ -135,9 +135,7 @@ Here are some features we're thinking about adding:
135
135
+ Option to export files in TypeScript
136
136
+ Ability to place child components into HTML elements
137
137
+ Integration with Storybook
138
- + Removal of NPM Dependencies
139
138
+ Ability to add a copy of an existing component from one route to another
140
- + Fix the incorrect resizing of components when maximizing and minimizing while the compoenent is active.
141
139
142
140
#### Authors
143
141
```
You can’t perform that action at this time.
0 commit comments