refactor save
This commit is contained in:
@ -15,10 +15,10 @@
|
||||
}
|
||||
</script>
|
||||
|
||||
<div class="p-2 border-2 border-blue-500">
|
||||
<div class="p-8 border-2 border-blue-500">
|
||||
<p>My ID is: {me.id}</p>
|
||||
|
||||
I am the parent, this is my state: {$data.state}
|
||||
My state is: {$data.state}
|
||||
<div
|
||||
class="p-2 border-2"
|
||||
style="background-color: {$data.state}; border-radius: 50%; width: 50px; height: 50px;"
|
||||
|
Reference in New Issue
Block a user