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
template
本项目的 template 模块由 Underscore-template 类库实现,详细功能说明请参见该类库的 API 文档 和 wiki。
需要注意的是,所有 JavaScript API 均挂接在 gearbox.template 命名空间下。比如:
gearbox.template
template.add()
gearbox.template.add()
template.render()
gearbox.template.render()
The text was updated successfully, but these errors were encountered:
No branches or pull requests
API 文档 -
template
模块本项目的
template
模块由 Underscore-template 类库实现,详细功能说明请参见该类库的 API 文档 和 wiki。需要注意的是,所有 JavaScript API 均挂接在
gearbox.template
命名空间下。比如:template.add()
→gearbox.template.add()
template.render()
→gearbox.template.render()
The text was updated successfully, but these errors were encountered: