This commit is contained in:
2024-04-08 17:21:26 +08:00
parent 8b0bca07f2
commit cb4dfceccd

View File

@ -0,0 +1,17 @@
<template>
<div class="app-container">
</div>
</template>
<script>
export default {
name: "ManuallyCreatingTasks",
data() {
return {
};
},
created() {
},
methods: {}
};
</script>