File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 99 | Include CSS
1010 |--------------------------------------------------------------------------
1111 |
12- | The modal uses TailwindCSS, if you don't use TailwindCSS you will need
12+ | The SLide over uses TailwindCSS, if you don't use TailwindCSS you will need
1313 | to set this parameter to true. This includes the modern-normalize css.
1414 |
1515 */
2222 |
2323 | Livewire Slide Overs will inject the required Javascript in your blade template.
2424 | If you want to bundle the required Javascript you can set this to false
25- | and add `require('vendor/laravelcm/livewire-slide-overs/resources/js/modal ');`
25+ | and add `require('vendor/laravelcm/livewire-slide-overs/resources/js/slide-over ');`
2626 | to your script bundler like webpack.
2727 |
2828 */
Original file line number Diff line number Diff line change @@ -121,11 +121,11 @@ public function getListeners(): array
121121
122122 public function render (): View
123123 {
124- if (config ('livewire-slide-overs .include_js ' , true )) {
124+ if (config ('livewire-slide-over .include_js ' , true )) {
125125 $ jsPath = __DIR__ . '/../public/slide-over.js ' ;
126126 }
127127
128- if (config ('livewire-slide-overs .include_css ' , true )) {
128+ if (config ('livewire-slide-over .include_css ' , true )) {
129129 $ cssPath = __DIR__ . '/../public/slide-over.css ' ;
130130 }
131131
You can’t perform that action at this time.
0 commit comments