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
Vetur: Restart VLS
highlight error when use typeof in v-if
wrong case:
<template> <div> <div v-if="typeof foo === 'number'">demo text</div> </div> </template> <script> export default { data() { return { foo: '', } }, } </script>
right cases:
The text was updated successfully, but these errors were encountered:
Had the same issue, turns out, the guilty was Vue Syntax Highlight by rahul Kadyan (https://marketplace.visualstudio.com/items?itemName=znck.vue-language-features)
Sorry, something went wrong.
No branches or pull requests
Vetur: Restart VLS
Info
Version: 1.76.2 (Universal)
Commit: ee2b180d582a7f601fa6ecfdad8d9fd269ab1884
Date: 2023-03-14T17:54:09.061Z
Electron: 19.1.11
Chromium: 102.0.5005.196
Node.js: 16.14.2
V8: 10.2.154.26-electron.0
OS: Darwin x64 21.6.0
Sandboxed: No
Problem
highlight error when use typeof in v-if
Reproducible Case
wrong case:
right cases:
The text was updated successfully, but these errors were encountered: