1
0
mirror of https://github.com/FatttSnake/Pinnacle-OA.git synced 2026-04-05 06:51:23 +08:00
Files
Pinnacle-OA/ui/src/pages/Work/Todo.vue

10 lines
117 B
Vue

<template><div></div></template>
<script>
export default {
name: 'TodoPage'
}
</script>
<style scoped></style>