chore: remove unnecessary defineComponent
This commit is contained in:
parent
4a247b2a7d
commit
6f93d6343c
9 changed files with 9 additions and 40 deletions
|
|
@ -12,12 +12,7 @@
|
|||
</template>
|
||||
|
||||
<script lang="ts">
|
||||
import {defineComponent} from 'vue'
|
||||
|
||||
// see https://v3.vuejs.org/api/sfc-script-setup.html#usage-alongside-normal-script
|
||||
export default defineComponent({
|
||||
inheritAttrs: false,
|
||||
})
|
||||
export default { inheritAttrs: false }
|
||||
</script>
|
||||
|
||||
<script lang="ts" setup>
|
||||
|
|
|
|||
Reference in a new issue