Skip to content
Snippets Groups Projects

Resolve "Implement basic functionality"

Compare and Show latest version
7 files
+ 185
44
Compare changes
  • Side-by-side
  • Inline

Files

+ 3
0
@@ -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
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>
<script setup>
import Example6Disabled from "../../example/src/Example6Disabled.vue";
Loading