Skip to content

Commit f0b2ef3

Browse files
committed
Adding a data-model system for sync'ing data between parent and child components
This also includes the dispatching of several new PHP events. Documenting hooks + minor items
1 parent b0631fb commit f0b2ef3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Resources/assets/test/render_controller.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ const startStimulus = () => {
3434
};
3535

3636
const Hello = {
37-
template: "<h1>Hello {{ name ?? 'world' }}</h1>",
37+
template: '<h1>Hello {{ name ?? \'world\' }}</h1>',
3838
props: ['name']
3939
};
4040

0 commit comments

Comments
 (0)