Skip to content
This repository was archived by the owner on Jan 22, 2024. It is now read-only.

Commit eeb6db5

Browse files
authored
Merge pull request #13 from tanthammar/patch-2
Update Readme
2 parents b36d0eb + a9258f4 commit eeb6db5

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

+12
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,15 @@ import 'livewire-vue'
3333
// Or.
3434
require('livewire-vue')
3535
```
36+
37+
### App.js
38+
Please make sure you load vue in a way required for this plugin to work as expected.
39+
```js
40+
import Vue from 'vue'
41+
import 'livewire-vue'
42+
43+
window.Vue = Vue //this is important! Do not use require('vue')
44+
45+
```
46+
47+

0 commit comments

Comments
 (0)