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 was archived by the owner on Mar 8, 2019. It is now read-only.
Vue-Styleguidist will find my component, display the template part but not the Props/Methodes part. If I put the content into the <script> no problem. I tried to change the regex of components: 'src/components/**/[A-Za-z]*.vue' to accept .js without success, there is a security to allow only .vue file.
Is there a way to parse properly the external .js file ? I want to keep in different files the html/vue and the js part.