You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 8, 2019. It is now read-only.
I am using the single file components and as soon as I put a html comment on the same level as the root element of my component, I get following error when I want to build the styleguide: TypeError: Cannot read property 'children' of undefined
Example:
<template>
<!-- test -->
<div> This is the root element of my component. </div>
</template>
Hi,
I am using the single file components and as soon as I put a html comment on the same level as the root element of my component, I get following error when I want to build the styleguide:
TypeError: Cannot read property 'children' of undefined
Example:
vue-styleguidist/vue-styleguidist#267
The text was updated successfully, but these errors were encountered: