Closed khangvo88 closed 2 years ago
@khangvo88 I think this is because version 6.5.0 is not released yet (its still on alpha) so npm's peer dependency check fails.
Running npm install storybook-vue3-router --force
may work and once 6.5.0 is officially released ill check support properly.
Just forced it with ^6.5.0-alpha.21
and it worked. Thanks for the package.
I current use the
@storybook/vue3:6.5.0-alpha.4
. When I runnpm install --save-dev storybook-vue3-router
it prompts an error:
I would be nice if that package support latest version of storybook/vue3