Skip to content

Commit

Permalink
Merge pull request #108 from smolinari/v2
Browse files Browse the repository at this point in the history
Fixes change to readme and bumps version
  • Loading branch information
smolinari authored Jun 26, 2021
2 parents ce9af4e + 3d3babc commit da11e65
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 23 deletions.
22 changes: 0 additions & 22 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,28 +26,6 @@ You'll need to manually register the latter into `quasar.conf.js > boot`.
You will be prompted if your app has typescript support, if you answer yes,
`*.ts` files will be added instead of `*.js`.

### App.vue

Modify `src/App.vue` as shown below:

```html
<template>
<router-view />
</template>
<script lang="ts">
import { defineComponent, provide } from 'vue'
import { ApolloClients } from '@vue/apollo-composable'
import { apolloClients } from 'src/extensions/apollo/boot'
export default defineComponent({
name: 'App',
setup() {
provide(ApolloClients, apolloClients)
},
})
</script>
```

## Uninstall

```sh
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@quasar/quasar-app-extension-apollo",
"version": "2.0.0-beta.2",
"version": "2.0.0-beta.3",
"description": "A Quasar app extension to add GraphQL support using Apollo Client.",
"keywords": [
"quasar",
Expand Down

0 comments on commit da11e65

Please sign in to comment.