You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+25-7Lines changed: 25 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ If you choose to install everything manually, see [Manual install](manual-instal
19
19
20
20
## Extensions
21
21
22
-
Extensions are modules that export a default object with a `hooks` property, which is a named index pointing to Vue components. This seems complicated, but an example makes it much clearer:
22
+
Extensions are modules that export a default object with a `hooks` property, which is an array of objects, pointing to Vue components (with metadata). This seems complicated, but an example makes it much clearer:
23
23
24
24
```javascript
25
25
// extensions/FooExtension/index.js
@@ -28,13 +28,31 @@ import {FooElement, BazElement} from './components/othercomponents.vue'
0 commit comments