fix: improve some types
This commit is contained in:
parent
f9b51306c3
commit
4a50e6aae2
4 changed files with 7 additions and 5 deletions
|
|
@ -137,7 +137,7 @@ export default {name: 'userTeamShare'}
|
|||
</script>
|
||||
|
||||
<script setup lang="ts">
|
||||
import {ref, reactive, computed, shallowReactive, type ShallowReactive, type Ref} from 'vue'
|
||||
import {ref, reactive, computed, shallowReactive, type Ref} from 'vue'
|
||||
import type {PropType} from 'vue'
|
||||
import {useStore} from '@/store'
|
||||
import {useI18n} from 'vue-i18n'
|
||||
|
|
|
|||
Reference in a new issue