Skip to content

Commit b854c34

Browse files
committed
overvue howto
1 parent 2187c29 commit b854c34

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,14 +89,14 @@ src/
8989
babel.config.js
9090
package.json
9191
```
92-
###### OverVue 2020 How to
92+
###### OverVue v2.0 How to
9393
+ Undo/Redo feature has been added to the top right of the program, you can also use CTRL+z and CTRL+y respectively.
9494

9595
+ You can nest html elements in two different ways:
9696
1. Upon creating a component and adding an html element into it, Select the component to make it the active component.
9797
Go to the html elements tab and then double click on the html element you wish to be the target for your new elements.
9898
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+
100100
2. Similar to above, but instead of double clicking, you can press the down arrow icon on the html element button to enter it.
101101
From there the view will change to the contents of that particular HTML element.
102102
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:
135135
+ Option to export files in TypeScript
136136
+ Ability to place child components into HTML elements
137137
+ Integration with Storybook
138-
+ Removal of NPM Dependencies
139138
+ 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.
141139

142140
#### Authors
143141
```

0 commit comments

Comments
 (0)