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]: 组件只有用class定义才有属性自动提示,原生直接用Component定义的无法自动提示 #148

Open
weifeiyue opened this issue Jul 14, 2022 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@weifeiyue
Copy link

如何复现:

步骤1:

Component({
  properties: {
    title: { type: String, value: '' },
  }
})

期望的表现:
输入title的时候可以提示

<navbar title= />

实际的表现:
没有任何提示

image

插件运行环境

  • 插件版本:
  • VSCode版本:
  • 操作系统(非必须):
@weifeiyue weifeiyue added the bug Something isn't working label Jul 14, 2022
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

2 participants