hashed-io / hashed-network-portal-ui

Vuejs Web Portal for the Hashed Network
https://hashed-portal-dev.hashed.systems
MIT License
0 stars 2 forks source link

Update Storybook to Version 7 for Vue 3 Compatibility #132

Closed jmgayosso closed 1 year ago

jmgayosso commented 1 year ago

Description

We need to update Storybook to the latest version 7 to resolve compatibility issues with Vue 3. The current version of Storybook may not fully support the new features and syntax of Vue 3, causing errors or unexpected behavior. By updating to Storybook version 7, we can ensure seamless integration with Vue 3 and take advantage of its improvements.

Task

Why is this important?

Updating Storybook to the latest version 7 with Vue 3 compatibility is essential for leveraging the benefits of Vue 3 and maintaining a smooth development experience. It ensures that our Storybook environment aligns with the latest tools and frameworks, allowing us to showcase and test our Vue 3 components effectively.

Acceptance Criteria

Related Issues