chore: remove unnecessary defineComponent
This commit is contained in:
parent
4a247b2a7d
commit
6f93d6343c
9 changed files with 9 additions and 40 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Reference in a new issue