We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ebe4cb commit a785d51Copy full SHA for a785d51
frontend/src/views/PlaceBallView.vue
@@ -62,6 +62,23 @@ const disable = computed(() => {
62
/>
63
</div>
64
65
+ <div class="row wrap justify-evenly q-mt-md">
66
+ <q-input
67
+ input-class="text-center"
68
+ dense
69
+ label="X-Coordinate"
70
+ type="number"
71
+ v-model="newBallPos.x"
72
+ />
73
74
75
76
+ label="Y-Coordinate"
77
78
+ v-model="newBallPos.y"
79
80
+ </div>
81
+
82
<div class="q-px-md">
83
<div class="q-pt-xl">
84
<q-item>
0 commit comments