Skip to content
This repository was archived by the owner on Mar 18, 2025. It is now read-only.

Commit 1808d21

Browse files
committed
Add assets to quill component definition
1 parent abd9a68 commit 1808d21

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Components/RichText/Quill.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ class Quill extends BladeComponent
1515
use HandlesValidationErrors;
1616
use HasModels;
1717

18+
protected static array $assets = ['alpine', 'quill'];
19+
1820
public function __construct(
1921
public null|string $name = null,
2022
public null|string $id = null,

0 commit comments

Comments
 (0)