Skip to content
New issue

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

BUG in version 0.40 and 0.41 #1715

Closed
wallysonn opened this issue Aug 12, 2022 · 8 comments
Closed

BUG in version 0.40 and 0.41 #1715

wallysonn opened this issue Aug 12, 2022 · 8 comments
Labels
bug Something isn't working

Comments

@wallysonn
Copy link

When using namespace in components, intellisense does not work and says that the component is not being used. In version 0.39.5 I don't have this problem.
Image preview 1
image preview 2

In version 0.39.5 the result is:
Preview 3

@RosApr
Copy link

RosApr commented Aug 15, 2022

same problem

@rainwellyh
Copy link

我也是这个问题!

@muhamadamin1992
Copy link

same problem

@Eusebius1920
Copy link

I am seeing the exact same issue:

  • 0.39.5 works
  • 0.40.0 does not work
  • 0.40.1 does not work either

Same with variables that are defined (in script setup) and only used in the template

@johnsoncodehk johnsoncodehk added the bug Something isn't working label Aug 16, 2022
@colinblaise
Copy link

colinblaise commented Aug 17, 2022

I'm seeing further issues even on 0.39.5.

Undefined properties are not throwing any errors

image

edit: My issue is specifically with vue 2.7.8 (vuejs/vue#12718), #1350

@kdlslyv
Copy link

kdlslyv commented Aug 18, 2022

0.40.0 onwards can no longer handle vue2 class components for me

@Component
export default class Home extends Vue {
...
}

image

@kwarnkham
Copy link

Same here

@johnsoncodehk
Copy link
Member

Fixed in 3d84c0d.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

9 participants