You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .ai/volt/core.blade.php
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
- You must check existing Volt components to find out if they're functional or class based. If you can't detect that, ask the user which they prefer before writing a Volt component.
To get started, define an anonymous class that extends Livewire\Volt\Component. Within the class, you may utilize all of the features of Livewire using traditional Livewire syntax:
34
34
35
35
@verbatim
@@ -52,7 +52,7 @@ public function increment()
52
52
</code-snippet>
53
53
@endverbatim
54
54
55
-
#### Testing Volt & Volt Components
55
+
### Testing Volt & Volt Components
56
56
- Use the existing location if tests already exist, otherwise fallback to `tests/Feature/Volt`
57
57
58
58
<code-snippetname="Livewire Test Example"lang="php">
0 commit comments