You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/App.vue
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -228,6 +228,9 @@
228
228
<div>
229
229
<inputv-model="form.input"v-floating-label="{ label: 'A floating label' }"class="w-full">
230
230
</div>
231
+
<div>
232
+
<datepickerv-model="form.datepicker"placeholder="A floating label with a datepicker"v-floating-label />
233
+
</div>
231
234
<div>
232
235
<inputv-model="form.input"v-floating-label="{ invalid: true }"placeholder="The placeholder becomes a label, plus this indicates invalid"class="w-full">
0 commit comments