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.
The text was updated successfully, but these errors were encountered:
From @cub
Hi,
First, thanks for your work, i have tested many generators of documentation, yours is the best ;)
I have an issue, if I externalize the
<script>
like :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 ofcomponents: '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.
The text was updated successfully, but these errors were encountered: