Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

Page 上的自定义方法无类型提示 #43

Open
xlfsummer opened this issue May 27, 2021 · 0 comments · May be fixed by #44
Open

Page 上的自定义方法无类型提示 #43

xlfsummer opened this issue May 27, 2021 · 0 comments · May be fixed by #44

Comments

@xlfsummer
Copy link

Page({
  onLoad(){
     // this.greeting 无提示,类型为 any
  },
  greeting(name) {
    return "Hello " + name;
  }
})
@xlfsummer xlfsummer linked a pull request Jun 8, 2021 that will close this issue
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant