Do not import defineExpose because it is now a compiler macro.

This commit is contained in:
2025-09-25 20:41:40 +00:00
parent f291bbdb4a
commit ff9d9b6ac2
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -75,7 +75,7 @@
</template> </template>
<script setup> <script setup>
import { computed, ref, onMounted, onBeforeUnmount, defineExpose, nextTick, watch } from 'vue' import { computed, ref, onMounted, onBeforeUnmount, nextTick, watch } from 'vue'
import { useCalendarStore } from '@/stores/CalendarStore' import { useCalendarStore } from '@/stores/CalendarStore'
import { formatTodayString } from '@/utils/date' import { formatTodayString } from '@/utils/date'
import EventSearch from '@/components/Search.vue' import EventSearch from '@/components/Search.vue'
+1 -1
View File
@@ -33,7 +33,7 @@
</template> </template>
<script setup> <script setup>
import { ref, watch, nextTick, computed, defineExpose, onUnmounted, onMounted } from 'vue' import { ref, watch, nextTick, computed, onUnmounted, onMounted } from 'vue'
import { useCalendarStore } from '@/stores/CalendarStore' import { useCalendarStore } from '@/stores/CalendarStore'
import { import {
fromLocalString, fromLocalString,