Do not import defineExpose because it is now a compiler macro.
This commit is contained in:
		| @@ -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' | ||||||
|   | |||||||
| @@ -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, | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Leo Vasanko
					Leo Vasanko