feat: use defineComponent wrapper
This commit is contained in:

committed by
kolaente

parent
a3329f1b42
commit
ba9f69344a
@ -12,9 +12,10 @@
|
||||
</template>
|
||||
|
||||
<script lang="ts">
|
||||
import {defineComponent} from 'vue'
|
||||
import priorites from '../../../models/constants/priorities'
|
||||
|
||||
export default {
|
||||
export default defineComponent({
|
||||
name: 'prioritySelect',
|
||||
data() {
|
||||
return {
|
||||
@ -47,5 +48,5 @@ export default {
|
||||
this.$emit('change')
|
||||
},
|
||||
},
|
||||
}
|
||||
})
|
||||
</script>
|
||||
|
Reference in New Issue
Block a user