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
例子里是这样写的
return new Handlebars.SafeString(out);
可是我使用时不存在SafeString这个函数,而是这样的
return new Handlebars.default.SafeString(out);
请问是例子写错了,还是我引用Handlebars有问题?
The text was updated successfully, but these errors were encountered:
使用新版的 Handlebars 确实有这个问题
Sorry, something went wrong.
No branches or pull requests
例子里是这样写的
可是我使用时不存在SafeString这个函数,而是这样的
请问是例子写错了,还是我引用Handlebars有问题?
The text was updated successfully, but these errors were encountered: