1
0

feat: remove vue3 compat mode

This commit is contained in:
Dominik Pschenitschni
2022-05-20 22:26:09 +02:00
parent e1e410b50b
commit 53dc7d12f7
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,