1
0

feat: use script setup and ts in app auth components

This commit is contained in:
Dominik Pschenitschni
2021-12-08 13:22:39 +01:00
committed by Gitea
parent b03d5d80cd
commit c3c4d2a0a5
9 changed files with 278 additions and 301 deletions

View File

@ -7,7 +7,7 @@
</div>
</template>
<script setup>
<script lang="ts" setup>
import { ref } from 'vue'
import ShowTasks from './ShowTasks'