chore: remove unnecessary defineComponent
This commit is contained in:
@ -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">
|
||||
|
Reference in New Issue
Block a user