@storybook/preset-vue3-webpack 7.6.0-beta.2 → 8.0.0-alpha.0
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +1 -1
- package/dist/index.d.ts +3032 -2
- package/package.json +4 -4
package/README.md
CHANGED
@@ -3,4 +3,4 @@
|
|
3
3
|
This package is a [preset](https://storybook.js.org/docs/vue/addons/writing-presets#presets-api) that configures Storybook's webpack settings for handling Vue3.
|
4
4
|
It's an internal package that's not intended to be used directly by users.
|
5
5
|
|
6
|
-
- More info on [Storybook for Vue3](https://storybook.js.org/docs/vue/get-started
|
6
|
+
- More info on [Storybook for Vue3](https://storybook.js.org/docs/vue/get-started)
|