Tasks: able to get and print tasks

This commit is contained in:
2023-12-31 01:39:42 +01:00
parent cf20935e01
commit 4c9765b4a3
10 changed files with 103 additions and 24 deletions

View File

@@ -27,6 +27,8 @@ export default {
return {
username: AppStore.data.user.username
}
}
},
methods: {},
async created() {}
}
</script>