Newer
Older
# Example 6: Disabled grid
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:
<ClientOnly>
<script setup>
import Example6Disabled from "../../example/src/Example6Disabled.vue";
</script>
<Example6Disabled />
</ClientOnly>