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

Commit b36d0eb

Browse files
committed
wip
1 parent d4fac66 commit b36d0eb

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,20 @@ If you are using VueJS AND Livewire on the same page, this plugin is required.
44

55
Additionally, it allows you to use Vue components within your Livewire components.
66

7+
## Livewire Version Support
8+
Livewire Version | Vue Plugin Version
9+
--- | ---
10+
1.x | 0.2.x
11+
2.x | 0.3.x
12+
713
## Installation
814
### CDN
915
Include the CDN asset after `@livewireScripts` or `<livewire:scripts>` in your app's HTML:
1016

1117
```html
1218
...
1319
@livewireScripts
14-
<script src="https://cdn.jsdelivr.net/gh/livewire/vue@v0.2.x/dist/livewire-vue.js"></script>
20+
<script src="https://cdn.jsdelivr.net/gh/livewire/vue@v0.3.x/dist/livewire-vue.js"></script>
1521
</body>
1622
```
1723

0 commit comments

Comments
 (0)