chore: remove unnecessary defineComponent import

This commit is contained in:
Dominik Pschenitschni 2022-06-23 03:27:53 +02:00
parent 7dfbfa32eb
commit 5b534f401c
Signed by: dpschen
GPG Key ID: B257AC0149F43A77
1 changed files with 1 additions and 5 deletions

View File

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