chore: remove unnecessary defineComponent

This commit is contained in:
Dominik Pschenitschni 2022-07-05 00:11:12 +02:00
parent 4a247b2a7d
commit 6f93d6343c
No known key found for this signature in database
GPG key ID: B257AC0149F43A77
9 changed files with 9 additions and 40 deletions

View file

@ -133,9 +133,7 @@
</template>
<script lang="ts">
import {defineComponent} from 'vue'
export default defineComponent({name: 'userTeamShare'})
export default {name: 'userTeamShare'}
</script>
<script setup lang="ts">