used ionGrid and removed IonItem since it wasn’t adding any value
<IonGrid>
<IonRow>
<IonCol>
<div>
<IonLabel position="stacked">Birth Place</IonLabel>
<IonInput v-model="data.birthplace" />
</div>
</IonCol>
<IonCol>
<div>
<IonLabel position="stacked">Birth Date</IonLabel>
<IonDatetime id="datetime-input" v-model="data.birthdate" />
</div>
</IonCol>
</IonRow>
</IonGrid>
See Project In CodeSandbox: https://codesandbox.io/s/vue-3-ts-forked-hkr4p