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

Commit 6c790d4

Browse files
committed
Improve README
1 parent 4390db3 commit 6c790d4

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Livewire VueJS Support Plugin
22

3+
If you are using VueJS AND Livewire on the same page, this plugin is required.
4+
5+
Additionally, it allows you to use Vue components within your Livewire components.
6+
37
## Installation
48
### CDN
59
Include the CDN asset after `@livewireScripts` or `<livewire:scripts>` in your app's HTML:
@@ -17,9 +21,9 @@ Install the package from NPM.
1721
npm install livewire-vue --save-dev
1822
```
1923

20-
Require the package in your bundle:
24+
Import the package in your bundle:
2125
```
22-
import LivewireVue from 'livewire-vue'
26+
import 'livewire-vue'
2327
// Or.
2428
require('livewire-vue')
2529
```

0 commit comments

Comments
 (0)