feat [front]: plan custom inputs
This commit is contained in:
parent
22aa7fa8e5
commit
ca4db462be
2 changed files with 14 additions and 0 deletions
7
front/components/admin/dateInput.vue
Normal file
7
front/components/admin/dateInput.vue
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
<template>
|
||||||
|
<!-- TODO -->
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<script setup lang="ts"></script>
|
||||||
|
|
||||||
|
<style scoped lang="sass"></style>
|
7
front/components/admin/durationInput.vue
Normal file
7
front/components/admin/durationInput.vue
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
<template>
|
||||||
|
<!-- TODO -->
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<script setup lang="ts"></script>
|
||||||
|
|
||||||
|
<style scoped lang="sass"></style>
|
Loading…
Reference in a new issue