Skip to content

Component does not render without node before it? #341

@cdekok

Description

@cdekok

I have a strange issue am not sure if am doing something wrong but I have this template:
https://github.com/Mech7/vue-skeleton/blob/master/src/component-result/template.html#L2
If i use:

<div class="pagination" v-component="pagination" v-ref="pagination"></div>

It does not render, but if I add a html element before it like:

<div></div>
<div class="pagination" v-component="pagination" v-ref="pagination"></div>

It works fine?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions