Skip to content

Commit 0938ed4

Browse files
committed
chore: add test error
1 parent a0798cd commit 0938ed4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/App.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ import VLoading from '@/components/VLoading.vue'
1313
import { useApiConfig } from '@/composables/useApi'
1414
import { fromDatetimeLocal, toDatetimeLocal } from '@/utils/date-format'
1515
16+
throw new Error('test')
17+
1618
const $api = useApiConfig()
1719
const { error, loading, resetError } = $api
1820
const geojson = ref<ApiResponse>()

0 commit comments

Comments
 (0)