Liquid - Rails - render_component 问题

发布于 2024-08-29 15:59:48 字数 171 浏览 3 评论 0原文

在我的下一个 Rails 项目中,我想使用液体页面(这样我的图形设计师就可以做他的事情而不必担心:D)我的问题是

我是否能够

在液体布局中使用 render_component 和 render :partial 命令。如果可能的话,如何

提前感谢

欢呼, 萨梅拉

In my next rails project I want to use liquid pages (so that my graphic designer can do his stuff without bothering be :D) By my question is

will i be able to use

render_component and render :partial commands inside my liquid layout. If possible how

thanks in advance

cheers,
sameera

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

疯了 2024-09-05 15:59:48

Liquid 提供了一个 include 标签,您可以在模板内使用它来包含外部模板。但是,它不能等同于 Rails 中的渲染组件或部分功能。

此外,渲染组件早已被弃用。你不应该使用它。

Liquid provides an include tag you can use inside a template to include external templates. However, it isn't equiparable to the render component or partial feature in Rails.

Also, render component has been deprecated times ago. You shouldn't use it.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文