开发者问题收集
我在以下代码中遇到了一个我无法理解的 TS 错误:<script lang="ts">import {defineComponent, computed, toRef} from 'vue'import _ from 'lodash'import {DateTime} from 'luxon'interface CalendarEvent {start: stringend: stringname