-
Notifications
You must be signed in to change notification settings - Fork 16
Not compatible with i18n module #5
Comments
Nuxt has many modules and requires some effort to support. |
Hey @hirotaka, I am new to Storybook with Nuxt but I was wondering why we don't update https://storybook.nuxtjs.org/ ? |
Hello, I've tried https://storybook.nuxtjs.org/ but it seems it does not work with latest Nuxt 3 version. It is intended to work for I've a set up Nuxt 3 and tailwindcss with storybook-addon-nuxt and works great and it is simple to install/use. However, I found the same problem in this issue. Instead of Packages versions:
Issue
|
Hey there, guys. @hirotaka At first i tried to use it with app.use(pinia), or with some directives like app.directive('maska', vMaska) But all the times even with empty }) |
Any updates on adding support for the i18n module? |
@vhovorun do you have an working example with nuxt 3, i18n and storybook? If so, would you be able to share or give some directions? I'm trying to set these three up, tried it with and without this addon but didn't succeed... |
When using this addon with i18n config together it breaks and show the next issue
_a.decline is not a function TypeError: _a.decline is not a function at http://localhost:6006/node_modules/.cache/.vite-storybook/deps/@storybook_vue3.js?v=b30944e5:33:91
example of how i18n config is configured below:
P.S Without this addon it works correctly. I would be very thankful for some help, thanks in advance
The text was updated successfully, but these errors were encountered: