vue-sfc v3.3 syntax not supported ? #9656
Unanswered
takaoka-sr-co
asked this question in
Q&A
Replies: 1 comment
-
Same issue using the Apollo client |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
[email protected] use [email protected], but cannt use v3.3 defineProps() update.
open vue/urql example
add import and defineProps() to
App.vue
no error.
but missing
App.vue
's queryAllFilmsWithVariablesQueryDocument
other case...
add
*.graphql
tocodegen.ts
's sourcecreate
src/test/query1.graphql
, run codegennew query added to gql.ts
src/test/Component1.vue
with query, run codegennew query added to gql.ts
edit
Component1.vue
with defineProps()run codegen
Component1.vue
's query (same as above)query1.graphql
's query (why)Beta Was this translation helpful? Give feedback.
All reactions