Currently, I am attempting to execute the command vue-styleguidist server
, however, an error is being thrown:
An attempt to import error: 'h' is not exported from 'vue' (imported as 'Vue').
@ ./node_modules/vue-styleguidist/lib/client/rsg-components/Preview/PreviewAsync.js
@ ./node_modules/react-styleguidist/lib/client/rsg-components/Playground/Playground.js
@ ./node_modules/vue-styleguidist/lib/client/rsg-components/PlaygroundAsync/PlaygroundAsync.js
@ ./node_modules/react-styleguidist/lib/client/rsg-components/Playground/index.js
Upon running the vue-styleguidist build
command, the resulting file in the docs directory is incomplete, displaying only component props without methods.
The versions I am using are:
Vue
2.0,
webpack
4.44.1, and
styleguidist
4.44.17