像 with-helper 这样的细长车把?
Svelte handlebars like with-helper?
在 svelte/sapper 中执行与 handlebars.js with-helper 相同的操作的最佳方法是什么。
https://handlebarsjs.com/block_helpers.html
谢谢!
没有等效项,您只需直接引用属性即可。如果有需要重复使用的复杂表达式,可以将其封装为computed property.
在 svelte/sapper 中执行与 handlebars.js with-helper 相同的操作的最佳方法是什么。 https://handlebarsjs.com/block_helpers.html 谢谢!
没有等效项,您只需直接引用属性即可。如果有需要重复使用的复杂表达式,可以将其封装为computed property.