Skip to content
This repository was archived by the owner on Feb 24, 2023. It is now read-only.

Commit e605209

Browse files
author
Łukasz Florczak
authored
Fixed #29
1 parent 4c34285 commit e605209

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ The component uses browser specific attributes (like `window` and `document`). I
109109
import Vue from 'vue'
110110
import VueAgile from 'vue-agile'
111111

112-
Vue.component('agile', VueAgile)
112+
Vue.use(VueAgile)
113113
```
114114

115115
```js

0 commit comments

Comments
 (0)