Skip to content

Commit 4dcd0b1

Browse files
authored
fix indentation/layout
1 parent 8b832ca commit 4dcd0b1

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -44,16 +44,17 @@ export default {
4444
}
4545
```
4646

47-
hooks
47+
### Hooks
4848

49-
Hooks are strings that define an entry point for your extension components
50-
Each hook points to an array of objects which declare:
51-
52-
* **component**: the Vue component to render.
53-
* weight: order of the component in a list. The higher the component's weight, the further it "sinks" down (or right) in the list.
54-
55-
One module can provide components for more than one hooks.
49+
Hooks are strings that define an entry point for your extension components
50+
Each hook points to an array of objects which declare:
5651

52+
* **component**: the Vue component to render.
53+
* **weight**: order of the component in a list. The higher the component's weight, the further it "sinks" down (or right) in the list.
54+
55+
One module can provide components for more than one hooks.
56+
57+
### Extension points
5758
There is an `<extensionpoint>` tag in your project available now:
5859

5960
```html

0 commit comments

Comments
 (0)