We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0798cd commit 0938ed4Copy full SHA for 0938ed4
src/App.vue
@@ -13,6 +13,8 @@ import VLoading from '@/components/VLoading.vue'
13
import { useApiConfig } from '@/composables/useApi'
14
import { fromDatetimeLocal, toDatetimeLocal } from '@/utils/date-format'
15
16
+throw new Error('test')
17
+
18
const $api = useApiConfig()
19
const { error, loading, resetError } = $api
20
const geojson = ref<ApiResponse>()
0 commit comments