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 Jan 11, 2020. It is now read-only.
In phpstorm code collapse is fine for templates, but there is no folding between script. Therefore arrays and closures won't fold
So there is no folding for export default or mounted:
<script> export default { mounted() { console.log('Component ready.') } } </script>
The text was updated successfully, but these errors were encountered: