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
In the .ts file i define a class and it has three different property(test, test1, test2)
In the .vue file i import the class but it prompt it has the other property (test, lala, test2)
and if i restart the visual studio code or the vetor extension, it become corrent. export class AuthService { constructor() {} test: string = 'asdasd' test2: string = '123112' test3: string = '123213' }
The text was updated successfully, but these errors were encountered:
In the .ts file i define a class and it has three different property(test, test1, test2)
In the .vue file i import the class but it prompt it has the other property (test, lala, test2)
and if i restart the visual studio code or the vetor extension, it become corrent.
![image](https://user-images.githubusercontent.com/17062182/38624354-777276ac-3dda-11e8-991e-3e1c89e45430.png)
export class AuthService { constructor() {} test: string = 'asdasd' test2: string = '123112' test3: string = '123213' }
The text was updated successfully, but these errors were encountered: