Client - refactor types

This commit is contained in:
Sam
2021-08-21 18:36:44 +02:00
parent f60847cc5f
commit db9ea49998
19 changed files with 81 additions and 84 deletions

View File

@ -20,8 +20,7 @@
<script lang="ts">
import { PropType, defineComponent, ref } from 'vue'
import { IDropdownOption } from '@/interfaces'
import { TDropdownOptions } from '@/types'
import { IDropdownOption, TDropdownOptions } from '@/types/forms'
export default defineComponent({
name: 'Dropdown',