mirror of
https://github.com/FatttSnake/Pinnacle-OA.git
synced 2026-04-04 22:41:24 +08:00
10 lines
117 B
Vue
10 lines
117 B
Vue
<template><div></div></template>
|
|
|
|
<script>
|
|
export default {
|
|
name: 'TodoPage'
|
|
}
|
|
</script>
|
|
|
|
<style scoped></style>
|