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
My template (SFC) has async functions but I get this error:
Transforming async functions is not implemented. Use transforms: { asyncAwait: false }to skip transformation and disable this error.
There seems to be a fix here vue-styleguidist/vue-styleguidist#741 but I am confused as how I could force vue-live to use a custom styleguide.config.js config file or pass the option ?
The text was updated successfully, but these errors were encountered:
Hi,
My template (SFC) has async functions but I get this error:
Transforming async functions is not implemented. Use
transforms: { asyncAwait: false }to skip transformation and disable this error.
There seems to be a fix here vue-styleguidist/vue-styleguidist#741 but I am confused as how I could force vue-live to use a custom styleguide.config.js config file or pass the option ?
The text was updated successfully, but these errors were encountered: