@volverjs/ui-vue 0.0.1-beta.4 → 0.0.1-beta.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/icons.es.js +3 -3
- package/dist/icons.umd.js +1 -1
- package/dist/ui-vue.es.js +3 -3
- package/dist/ui-vue.umd.js +1 -1
- package/package.json +1 -1
- package/src/assets/icons/detailed.json +1 -1
- package/src/assets/icons/normal.json +1 -1
- package/src/assets/icons/simple.json +1 -1
- package/src/stories/volver-ui-vue.stories.mdx +2 -1
|
@@ -3,7 +3,8 @@ import { Canvas, Meta, Story } from '@storybook/addon-docs'
|
|
|
3
3
|
<Meta title="Volver ui-vue" />
|
|
4
4
|
|
|
5
5
|
<div class="flex justify-center pb-xl">
|
|
6
|
-
<img src="https://raw.githubusercontent.com/volverjs/style/
|
|
6
|
+
{/* <img src="https://raw.githubusercontent.com/volverjs/style/main/src/assets/volverjs.svg" /> */}
|
|
7
|
+
<img src="volverjs-beta.png" />
|
|
7
8
|
</div>
|
|
8
9
|
|
|
9
10
|
# @volverjs/ui-vue
|