feat: remove vue3 compat mode

This commit is contained in:
Dominik Pschenitschni 2022-05-20 22:26:09 +02:00
parent e1e410b50b
commit 53dc7d12f7
No known key found for this signature in database
GPG key ID: B257AC0149F43A77
6 changed files with 1 additions and 34 deletions

View file

@ -467,7 +467,6 @@ function scrollIntoView(el) {
export default defineComponent({
name: 'TaskDetailView',
compatConfig: { ATTR_FALSE_VALUE: false },
components: {
BaseButton,
CreatedUpdated,