Skip to content

Update typescript-support.md - #2215

Open
ashishb wants to merge 1 commit into
vuejs:mainfrom
ashishb:patch-1
Open

ashishb wants to merge 1 commit into
vuejs:mainfrom
ashishb:patch-1

Conversation

@ashishb

@ashishb ashishb commented Mar 7, 2023

Copy link
Copy Markdown

Replace

import { InjectionKey } from 'vue'

with

import type { InjectionKey } from 'vue'

As the types should now be explicitly imported as type-only imports

Replace 

```ts
import { InjectionKey } from 'vue'
```
with
```ts
import type { InjectionKey } from 'vue'
```

As the types should now be explicitly imported as type-only imports
@netlify

netlify Bot commented Mar 7, 2023

Copy link
Copy Markdown

βœ… Deploy Preview for vuex-docs ready!

Name Link
πŸ”¨ Latest commit 5e27ce4
πŸ” Latest deploy log https://app.netlify.com/sites/vuex-docs/deploys/640703390c8a5c00083e0a44
😎 Deploy Preview https://deploy-preview-2215--vuex-docs.netlify.app
πŸ“± Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

This branch has not been deployed

No deployments
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant