import { defineComponent } from 'vue'; export default defineComponent({ name: 'schedule-manage', set() { return () => <>待办事项</>; } });