chore: better variable typing
This commit is contained in:
parent
6f93d6343c
commit
42e72d14a4
7 changed files with 10 additions and 8 deletions
|
|
@ -198,7 +198,7 @@ const props = defineProps({
|
|||
|
||||
const {t} = useI18n({useScope: 'global'})
|
||||
|
||||
const linkShares = ref([])
|
||||
const linkShares = ref<LinkShareModel[]>([])
|
||||
const linkShareService = shallowReactive(new LinkShareService())
|
||||
const selectedRight = ref(RIGHTS.READ)
|
||||
const name = ref('')
|
||||
|
|
|
|||
Reference in a new issue