[READ-ONLY] Mirror of https://github.com/danielroe/vue-sanity. Sanity integration for Vue Composition API
composition-api hacktoberfest javascript nuxt sanity typescript vue vuejs
0

Configure Feed

Select the types of activity you want to include in your feed.

test: fix type test to allow pure string passed

+2 -2
+2 -2
test/tsd/query.test-d.ts
··· 5 5 import { useSanityFetcher, useSanityQuery } from '../..' 6 6 7 7 /** 8 - * Require a function passed 8 + * Require a function or string passed 9 9 */ 10 - expectError(useSanityFetcher('query')) 10 + expectError(useSanityFetcher(32)) 11 11 12 12 /** 13 13 * Require a function passed