Skip to content
Snippets Groups Projects

Resolve "Implement basic functionality"

Merged Julian requested to merge 1-implement-basic-functionality into main
Compare and Show latest version
6 files
+ 184
44
Compare changes
  • Side-by-side
  • Inline
Files
6
+ 3
0
@@ -4,6 +4,9 @@ This uses the same data as the tic-tac-toe but is completely disabled.
@@ -4,6 +4,9 @@ This uses the same data as the tic-tac-toe but is completely disabled.
Notice how the items still move if the tic-tac-toe data would
Notice how the items still move if the tic-tac-toe data would
change. Uncheck the checkbox to enable:
change. Uncheck the checkbox to enable:
 
The grid can also be in a loading state, in which it is disabled as well,
 
but it displays loading symbols everywhere. Check the checkbox to try:
 
<ClientOnly>
<ClientOnly>
<script setup>
<script setup>
import Example6Disabled from "../../example/src/Example6Disabled.vue";
import Example6Disabled from "../../example/src/Example6Disabled.vue";
Loading