如何在erb視圖中使用Hyperstack元件進行渲染
P粉301523298
P粉301523298 2023-08-16 15:03:45
0
1
491
<p>例如,我有一個包含許多邏輯的erb頁面。我想使用Hyperstack在此頁面上建立使用者訊息。我如何在這個erb頁面上渲染Hyperstack元件? 更新: 我知道這是可能的,因為Hyperstack組件嵌入在application.erb中。 </p>
P粉301523298
P粉301523298

全部回覆(1)
P粉884548619

我找到了解決方案。

erb檔:

<%= react_component('TestComponent') %>

hyperstack元件:

class TestComponent < HyperComponent
  render(DIV) do
    '它运行正常'
  end
end
熱門教學
更多>
最新下載
更多>
網站特效
網站源碼
網站素材
前端模板