1
0
Fork 0
mirror of https://github.com/archtechx/livewire-petite-vue.git synced 2025-12-12 16:44:03 +00:00

Update README.md

This commit is contained in:
Samuel Štancl 2021-07-13 20:27:14 +02:00 committed by GitHub
parent 8b093e32aa
commit 7bd96d184b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,7 +31,7 @@ The imported `createApp` automatically includes a bit of global state and a `v-l
## Usage
The package provides a `v-livewire` directive that lets you configure bi-directional links between Vue state and Livewire state.
The package provides a `v-livewire` directive that lets you configure bidirectional links between Vue state and Livewire state.
For example, if you had a `messages` property in Vue and an `items` property in Livewire, you could do: