We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c35b63 commit 589fa80Copy full SHA for 589fa80
README.md
@@ -38,6 +38,7 @@ The `livewire-forms.js` script is the full bundle and contains all the forms log
38
import { Livewire, Alpine } from '../../vendor/livewire/livewire/dist/livewire.esm';
39
import Clipboard from '@ryangjchandler/alpine-clipboard'
40
+ import "../../vendor/aerni/livewire-forms/resources/dist/js/livewire-forms.js";
41
++ import "../../vendor/aerni/livewire-forms/resources/dist/css/livewire-forms.css";
42
43
Alpine.plugin(Clipboard)
44
0 commit comments