我找到了解決方案。
erb檔:
<%= react_component('TestComponent') %>
hyperstack元件:
class TestComponent < HyperComponent render(DIV) do '它运行正常' end end
我找到了解決方案。
erb檔:
hyperstack元件: