You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But, when I generate the webcomponent with vue-cli-service build --target wc --inline-vue --name country-wc ./src/components/CCountry/CCountry.vue, and open the demo file, DollarApollo is not included in Vue:
Version of packages :
"vue": "^2.6.12",
"vue-apollo": "^3.0.7",
"@apollo/client": "^3.3.12",
The text was updated successfully, but these errors were encountered:
Hello,
I'm trying to use Vue (2) functionality to generate webcomponents with vue-apollo.
Here the source code of the component :
When I use my component with
vue-cli-service serve
I have no problems and I have my DollarApollo :But, when I generate the webcomponent with
vue-cli-service build --target wc --inline-vue --name country-wc ./src/components/CCountry/CCountry.vue
, and open the demo file, DollarApollo is not included in Vue:Version of packages :
"vue": "^2.6.12",
"vue-apollo": "^3.0.7",
"@apollo/client": "^3.3.12",
The text was updated successfully, but these errors were encountered: