Open
Description
Hi,
I've used the https://vueonrails.com/vue template to create a new project
Then after running rails vue:ssr
, placed <%= render_vue_component "component.js" %>
in the index.html.erb
view .
No component is rendered on the page and all I get in its place is something like this:
<div data-hypernova-key="componentjs" data-hypernova-id="0fa5b134-2166-47f1-a4fd-fd337ff3962f"></div>
<script type="application/json" data-hypernova-key="componentjs" data-hypernova-id="0fa5b134-2166-47f1-a4fd-fd337ff3962f"><!--{}--></script>
Are there any other steps required to be able to render components using Hypernova with vueonrails ?
Metadata
Metadata
Assignees
Labels
No labels