We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unlike the $axios module, I do not get any type information for $echo.
I have added to the types array as follows:
"types": [ "@types/node", "@nuxt/types", "@nuxtjs/axios", "@nuxtjs/laravel-echo", ],
The text was updated successfully, but these errors were encountered:
Hi @planetchili Added support on version 2.0.0-alpha.1 PS: I need to update docs
2.0.0-alpha.1
Sorry, something went wrong.
#47
Hello,
While using composition-api, it also doesn't get types.
const { $echo } = useContext()
Property '$echo' does not exist on type 'UseContextReturn'
Hello, While using composition-api, it also doesn't get types. const { $echo } = useContext() Property '$echo' does not exist on type 'UseContextReturn'
Excuse me if I switch to "@nuxtjs/laravel-echo": "2.0.0-alpha.5", everything is ok!
"@nuxtjs/laravel-echo": "2.0.0-alpha.5"
No branches or pull requests
Unlike the $axios module, I do not get any type information for $echo.
I have added to the types array as follows:
"types": [ "@types/node", "@nuxt/types", "@nuxtjs/axios", "@nuxtjs/laravel-echo", ],
The text was updated successfully, but these errors were encountered: